From: Steven Barth Date: Tue, 1 Apr 2014 10:07:28 +0000 (+0200) Subject: Correctly clear CER X-Git-Tag: debian/1.1+git20160131-1~72 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=33266e4c414085ecf563cc69bcf1af52f594a3d6 Correctly clear CER --- diff --git a/src/dhcpv6.c b/src/dhcpv6.c index e501d77..5007c24 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -914,6 +914,7 @@ static int dhcpv6_handle_reply(enum dhcpv6_msg orig, _unused const int rc, odhcp6c_clear_state(STATE_SIP_IP); odhcp6c_clear_state(STATE_SIP_FQDN); odhcp6c_clear_state(STATE_AFTR_NAME); + odhcp6c_clear_state(STATE_CER); } // Parse and find all matching IAs