From: Simon Kelley Date: Wed, 6 Jan 2016 22:51:17 +0000 (+0000) Subject: Fix FTBFS when scripts excluded at compilation time. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b633de94131361b28f47aa59d91e3eef49575942;p=people%2Fms%2Fdnsmasq.git Fix FTBFS when scripts excluded at compilation time. --- diff --git a/src/dnsmasq.c b/src/dnsmasq.c index 41d4f4e..8032fc7 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -937,7 +937,7 @@ int main (int argc, char **argv) while (do_script_run(now)); # endif - while (do_arp_script_run(now)); + while (do_arp_script_run()); # ifdef HAVE_TFTP while (do_tftp_script_run());