mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 05:17:57 +00:00
Clean up for 22033 - remove printing the seconds value
to avoid problems with printing it in an OS agnostic manner.
This commit is contained in:
parent
0c9d3a8108
commit
9043399dc3
@ -254,8 +254,8 @@ void add_timeout (when, where, what, ref, unref)
|
|||||||
sec = 0;
|
sec = 0;
|
||||||
usec = 0;
|
usec = 0;
|
||||||
} else if (sec > DHCP_SEC_MAX) {
|
} else if (sec > DHCP_SEC_MAX) {
|
||||||
log_error("Timeout requested too large %lld "
|
log_error("Timeout requested too large "
|
||||||
"reducing to 2^^32-1", sec);
|
"reducing to 2^^32-1");
|
||||||
sec = DHCP_SEC_MAX;
|
sec = DHCP_SEC_MAX;
|
||||||
usec = 0;
|
usec = 0;
|
||||||
} else if (usec < 0) {
|
} else if (usec < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user