it was introduced by commit 08933475abd0580cff747e3d1e0db3865207a200

Signed-off-by: Martin Schiller <m...@dev.tdt.de>
---
 src/dnsmasq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.11.0


_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to