projects
/
oweals
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122c431
)
Handle NoAddrsAvail IA-status
author
Steven Barth
<steven@midlink.org>
Sat, 21 Sep 2013 10:49:05 +0000
(12:49 +0200)
committer
Steven Barth
<steven@midlink.org>
Sat, 21 Sep 2013 10:49:05 +0000
(12:49 +0200)
src/dhcpv6.c
patch
|
blob
|
history
diff --git
a/src/dhcpv6.c
b/src/dhcpv6.c
index ee2031d1a81d8abc999a9625235a5ea69fc631c3..f128ed88fa52e82a064c9c4065a4dbc14dd4a4a7 100644
(file)
--- a/
src/dhcpv6.c
+++ b/
src/dhcpv6.c
@@
-755,7
+755,8
@@
static int dhcpv6_handle_reply(enum dhcpv6_msg orig,
if (error) {
syslog(LOG_WARNING, "Server returned IAID status %i!", error);
- raise(SIGUSR2);
+ if (error != 2)
+ raise(SIGUSR2);
break;
}