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:
101deb3
)
Fix authentication option format
author
Steven Barth
<steven@midlink.org>
Sun, 14 Apr 2013 17:29:20 +0000
(19:29 +0200)
committer
Steven Barth
<steven@midlink.org>
Sun, 14 Apr 2013 17:29:20 +0000
(19:29 +0200)
src/odhcp6c.h
patch
|
blob
|
history
diff --git
a/src/odhcp6c.h
b/src/odhcp6c.h
index aa0bc224169221e12a2300e6db1c69e64cdbc7cf..fd3b07a8cf93fe5b9ae753df532ec188689dd533 100644
(file)
--- 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;