From 236e072cabc86fc7f541c5daf850e2169f799c53 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Tue, 26 Jun 2012 21:33:01 +0100 Subject: [PATCH] Typo in BSD-only code. --- src/dnsmasq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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