mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-20 02:38:32 +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. */
|
/* Create a serial at startup if not configured. */
|
||||||
#ifdef HAVE_BROKEN_RTC
|
#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);
|
die(_("zone serial must be configured in --auth-soa"), NULL, EC_BADCONF);
|
||||||
#else
|
#else
|
||||||
if (daemon->soa_sn == 0)
|
if (daemon->soa_sn == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user