]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Fix FTBFS when scripts excluded at compilation time.
authorSimon Kelley <simon@thekelleys.org.uk>
Wed, 6 Jan 2016 22:51:17 +0000 (22:51 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 6 Jan 2016 22:51:17 +0000 (22:51 +0000)
src/dnsmasq.c

index 41d4f4e559d961c81f701d4f8d7bfc25b7f882e1..8032fc7b29943796e987071bf16f853b7ff7578d 100644 (file)
@@ -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());