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