mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix FTBFS when scripts excluded at compilation time.
This commit is contained in:
@@ -937,7 +937,7 @@ int main (int argc, char **argv)
|
|||||||
while (do_script_run(now));
|
while (do_script_run(now));
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
while (do_arp_script_run(now));
|
while (do_arp_script_run());
|
||||||
|
|
||||||
# ifdef HAVE_TFTP
|
# ifdef HAVE_TFTP
|
||||||
while (do_tftp_script_run());
|
while (do_tftp_script_run());
|
||||||
|
|||||||
Reference in New Issue
Block a user