mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-24 12:48:32 +00:00
Fix FTBFS if HAVE_BROKEN_RTC defined.
This commit is contained in:
@@ -158,10 +158,10 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
now = dnsmasq_time();
|
now = dnsmasq_time();
|
||||||
|
|
||||||
/* Create a serial at startup is not configured. */
|
/* Create a serial at startup if not configured. */
|
||||||
if (daemon->authinterface && daemon->soa_sn == 0)
|
if (daemon->authinterface && daemon->soa_sn == 0)
|
||||||
#ifdef HAVE_BROKEN_RTC
|
#ifdef HAVE_BROKEN_RTC
|
||||||
die(_("zone serial must be configured in --auth-soa"));
|
die(_("zone serial must be configured in --auth-soa"), NULL, EC_BADCONF);
|
||||||
#else
|
#else
|
||||||
daemon->soa_sn = now;
|
daemon->soa_sn = now;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user