]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to remove unneeded linebreak in fptr_wlist.c.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Jul 2024 13:51:22 +0000 (15:51 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Jul 2024 13:51:22 +0000 (15:51 +0200)
doc/Changelog
util/fptr_wlist.c

index 2fd03c09a7b7c3f5f24f1be9337bd54197c6f572..2bc8a9dd1bb7abe9a774525602de59c664326a85 100644 (file)
@@ -7,6 +7,7 @@
        - Fix #144: Port ipset to BSD pf tables.
        - Add unit test skip files and bison and flex output to gitignore.
        - Fix to use modstack_init in zonemd unit test.
+       - Fix to remove unneeded linebreak in fptr_wlist.c.
 
 2 July 2024: Wouter
        - Fix to remove unused include from the readzone test program.
index b13988835d4f9484f3c00c1e50379cc51bb4da84..5e278986540f6470dabbc9a19d0b111973ea3277 100644 (file)
@@ -418,7 +418,6 @@ fptr_whitelist_mod_init(int (*fptr)(struct module_env* env, int id))
        else if(fptr == &ipset_init) return 1;
 #endif
        return 0;
-
 }
 
 int