Hi,

there is a bracket missing:

diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index 38c400c..7e289df 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -125,7 +125,7 @@ int main (int argc, char **argv)
 #endif

 #ifndef HAVE_TFTP
-  if (option_bool(OPT_TFTP)
+  if (option_bool(OPT_TFTP))
     die(_("TFTP server not available: set HAVE_TFTP in src/config.h"), NULL, 
EC_BADCONF);
 #endif

Regards,
Hartmut

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to