diff --git a/src/dnsmasq.c b/src/dnsmasq.c index ef41ad7..3a550a9 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -120,7 +120,7 @@ int main (int argc, char **argv) { bind_fallback = 1; set_option_bool(OPT_NOWILD); - reset_option_bool(OPT_CLVERBIND); + reset_option_bool(OPT_CLEVERBIND); } #endif