X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdhcpv6.c;h=f128ed88fa52e82a064c9c4065a4dbc14dd4a4a7;hb=4323a13ae58f9be363847d58ae25733289d91205;hp=ee2031d1a81d8abc999a9625235a5ea69fc631c3;hpb=122c431883b221393d8876bef8a07e87e0e524d1;p=odhcp6c.git diff --git a/src/dhcpv6.c b/src/dhcpv6.c index ee2031d..f128ed8 100644 --- 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; }