summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-01-31 11:12:27 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-01-31 11:12:27 +0000
commit1d97ac4fd239976f22475adb76a27e0f10920c9b (patch)
treef70f2fed279fd2bb09d412b81cd9c9e2c6184710
parentdb73746620862f1db357aac5ea4065b1ce4961f0 (diff)
downloaddnsmasq-1d97ac4fd239976f22475adb76a27e0f10920c9b.tar.gz
copy-n-paste error.
-rw-r--r--src/dnsmasq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index 4167835..03f9449 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -654,7 +654,7 @@ int main (int argc, char **argv)
}
#endif
-#ifdef HAVE_DBUS
+#ifdef HAVE_DNSSEC
if (option_bool(OPT_DNSSEC_VALID))
my_syslog(LOG_INFO, _("DNSSEC validation enabled"));
#endif