[Dnsmasq-discuss] bracket missing

e9hack e9hack at gmail.com
Fri Jul 13 18:58:09 BST 2012


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



More information about the Dnsmasq-discuss mailing list