--- embedaddon/dnsmasq/src/conntrack.c 2021/03/17 00:56:46 1.1.1.4 +++ embedaddon/dnsmasq/src/conntrack.c 2023/09/27 11:02:07 1.1.1.5 @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2022 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -82,7 +82,4 @@ static int callback(enum nf_conntrack_msg_type type, s return NFCT_CB_CONTINUE; } -#endif - - - +#endif /* HAVE_CONNTRACK */