From 33266e4c414085ecf563cc69bcf1af52f594a3d6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 1 Apr 2014 12:07:28 +0200 Subject: [PATCH] Correctly clear CER --- src/dhcpv6.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2