Fix fail to build when NO_SCRIPT set.

This commit is contained in:
Simon Kelley
2022-01-03 23:31:15 +00:00
parent b2690415bf
commit 4165c1331b
3 changed files with 4 additions and 7 deletions

View File

@@ -1161,11 +1161,6 @@ int main (int argc, char **argv)
while (do_tftp_script_run());
# endif
# ifdef HAVE_DHCP6
while (helper_buf_empty() && do_snoop_script_run());
# endif
#endif