commit | ad59f278c6234a416f36dfdd39143bb46f5d707a | [log] [tgz] |
---|---|---|
author | Petr Menšík <pemensik@redhat.com> | Fri Mar 17 17:22:19 2017 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri Mar 17 17:22:19 2017 +0000 |
tree | 5d12464e9195958521185a2e95eb2b387b2339f3 | |
parent | 16f03e7139abbe48581db95421d0257a4f13d394 [diff] [blame] |
Fix man page re interface labels and add warning when used badly.
diff --git a/src/dnsmasq.c b/src/dnsmasq.c index 456b0e8..d2cc7cc 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c
@@ -771,6 +771,8 @@ if (option_bool(OPT_NOWILD)) warn_bound_listeners(); + else if (!option_bool(OPT_CLEVERBIND)) + warn_wild_labels(); warn_int_names();