summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2018-10-08 14:55:19 +0200
committerSimon Kelley <simon@thekelleys.org.uk>2018-10-08 14:26:04 +0100
commit53792c934cf18f46c5da3ea28786100cb339ad4c (patch)
treeabb01e807829b717a9306e9fed9611cb82edf2b5
parentdf071825f2e2407a7cbd5c9eb28d66d71737ceb3 (diff)
downloaddnsmasq-2.80rc1.tar.gz
fix typov2.80rc1
it was introduced by commit 08933475abd0580cff747e3d1e0db3865207a200 Signed-off-by: Martin Schiller <ms@dev.tdt.de>
-rw-r--r--src/dnsmasq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index aa29bbf..7fd33af 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -242,7 +242,7 @@ int main (int argc, char **argv)
/* Create a serial at startup if not configured. */
#ifdef HAVE_BROKEN_RTC
- if (daemon_>soa_sn == 0)
+ if (daemon->soa_sn == 0)
die(_("zone serial must be configured in --auth-soa"), NULL, EC_BADCONF);
#else
if (daemon->soa_sn == 0)