From 39c6f57c1cc7702fd6382232c9dc6d30b274cdf0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 14 Apr 2013 19:29:20 +0200 Subject: [PATCH] Fix authentication option format --- src/odhcp6c.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/odhcp6c.h b/src/odhcp6c.h index aa0bc22..fd3b07a 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -139,7 +139,6 @@ struct dhcpv6_auth_reconfigure { uint8_t algorithm; uint8_t rdm; uint64_t replay; - uint8_t auth; uint8_t reconf_type; uint8_t key[16]; } _packed; -- 2.39.2