Fix FTBFS when HAVE_BROKEN_RTC defined.

This commit is contained in:
Simon Kelley
2012-02-29 21:43:37 +00:00
parent c46c7c7584
commit b7f4020133

View File

@@ -614,7 +614,8 @@ void lease_set_expires(struct dhcp_lease *lease, unsigned int len, time_t now)
if (len != lease->length)
{
lease->length = len;
lease->aux_changed = file_dirty = 1;
lease->flags |= LEASE_AUX_CHANGED;
file_dirty = 1;
}
#endif
}