projects
/
project
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66216b3
)
Fix timer signedness
author
Steven Barth
<steven@midlink.org>
Sun, 3 Feb 2013 17:25:31 +0000
(18:25 +0100)
committer
Steven Barth
<steven@midlink.org>
Sun, 3 Feb 2013 17:25:31 +0000
(18:25 +0100)
src/dhcpv6.c
patch
|
blob
|
history
diff --git
a/src/dhcpv6.c
b/src/dhcpv6.c
index 561cf836778e1f62cfb5c05584774f97d33e60ca..0ca86c9b98ce795624cf22edccee00d43687f9ff 100644
(file)
--- a/
src/dhcpv6.c
+++ b/
src/dhcpv6.c
@@
-76,7
+76,7
@@
static struct dhcpv6_retx dhcpv6_retx[_DHCPV6_MSG_MAX] = {
// Sockets
static int sock = -1;
static int ifindex = -1;
-static
time
_t t1 = 0, t2 = 0, t3 = 0;
+static
int64
_t t1 = 0, t2 = 0, t3 = 0;
// IA states
static int request_prefix = -1;