mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
fix typo
it was introduced by commit 08933475ab
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
committed by
Simon Kelley
parent
df071825f2
commit
53792c934c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user