From: W.C.A. Wijngaards Date: Wed, 3 Jul 2024 13:51:22 +0000 (+0200) Subject: - Fix to remove unneeded linebreak in fptr_wlist.c. X-Git-Tag: release-1.21.0rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb3992c9e5f4e2eff2861a71000820ac2cd9f05;p=thirdparty%2Funbound.git - Fix to remove unneeded linebreak in fptr_wlist.c. --- diff --git a/doc/Changelog b/doc/Changelog index 2fd03c09a..2bc8a9dd1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/util/fptr_wlist.c b/util/fptr_wlist.c index b13988835..5e2789865 100644 --- a/util/fptr_wlist.c +++ b/util/fptr_wlist.c @@ -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