https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218980
--- Comment #2 from Conrad Meyer <[email protected]> --- The DHCP lease time is a uint32, but expiry is stored as a time_t. On 32-bit Intel and PPC platforms, time_t is a (signed) int32. That (or a 32-bit int) is probably involved somewhere. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
