mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
tr181: dhcpv4: Use uint64_t for lease timestamp
The timestamp written by dnsmasq in the dhcp.leases file has 64 bit. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
This commit is contained in:
parent
234ab4e70d
commit
84f3354f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
struct dhcp_lease {
|
||||
time_t ts;
|
||||
uint64_t ts;
|
||||
char hwaddr[20];
|
||||
char ipaddr[16];
|
||||
struct list_head list;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue