aboutsummaryrefslogtreecommitdiff
path: root/dhcp6s.c
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-12-06 15:04:06 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:37 +0200
commit3310715c3c243fe3f38384a21777046e34d8d361 (patch)
tree691ca3dbf38ba955050169f02ae977b9e3f4ea9b /dhcp6s.c
parentecbf1d57a868bb0893963e978b270abe53575414 (diff)
fixed a bugthat dhcp6s cannot accept a relayed request message with authentication option. (Bug-ID 1814287)
Diffstat (limited to 'dhcp6s.c')
-rw-r--r--dhcp6s.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp6s.c b/dhcp6s.c
index 21e0a30..70f8860 100644
--- a/dhcp6s.c
+++ b/dhcp6s.c
@@ -955,6 +955,7 @@ server6_recv(s)
goto end;
}
/* dh6 and optend should have been updated. */
+ len = (ssize_t)((char *)optend - (char *)dh6);
}
/*