2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

- s/%ul/%lu/ in failover timing debug logs. This bug was introduced in

4.2 feature development, so no RELNOTES entry has been made.
  [ISC-Bugs #20161]
This commit is contained in:
David Hankins 2009-09-08 17:37:31 +00:00
parent 95f5d38cb3
commit f02c8db4da

View File

@ -1825,7 +1825,7 @@ isc_result_t dhcp_failover_set_state (dhcp_failover_state_t *state,
break;
#if defined (DEBUG_FAILOVER_TIMING)
log_info("add_timeout +%ul dhcp_failover_auto_partner_down",
log_info("add_timeout +%lu dhcp_failover_auto_partner_down",
(unsigned long)state->auto_partner_down);
#endif
tv.tv_sec = cur_time + state->auto_partner_down;