Fix FTBFS when scripts excluded at compilation time.

This commit is contained in:
Simon Kelley
2016-01-06 22:51:17 +00:00
parent c49778df4a
commit b633de9413

View 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());