Skip to content

Commit

Permalink
removed obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Mar 20, 2005
1 parent 420ee62 commit 9230e53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kame/kame/dhcp6/dhcp6s.c
@@ -1,4 +1,4 @@
/* $KAME: dhcp6s.c,v 1.147 2005/03/20 06:46:09 jinmei Exp $ */
/* $KAME: dhcp6s.c,v 1.148 2005/03/20 07:50:54 jinmei Exp $ */
/*
* Copyright (C) 1998 and 1999 WIDE Project.
* All rights reserved.
Expand Down Expand Up @@ -1604,7 +1604,6 @@ react_renew(ifp, pi, dh6, len, optinfo, from, fromlen, relayinfohead)
/*
* Locates the client's binding and verifies that the information
* from the client matches the information stored for that client.
* (Note that our implementation does not assign addresses (nor will)).
*/
for (ia = TAILQ_FIRST(&optinfo->iapd_list); ia;
ia = TAILQ_NEXT(ia, link)) {
Expand Down Expand Up @@ -1843,7 +1842,6 @@ react_release(ifp, pi, dh6, len, optinfo, from, fromlen, relayinfohead)
/*
* Locates the client's binding and verifies that the information
* from the client matches the information stored for that client.
* (Note that our implementation does not assign addresses (nor will)).
*/
for (ia = TAILQ_FIRST(&optinfo->iapd_list); ia;
ia = TAILQ_NEXT(ia, link)) {
Expand Down

0 comments on commit 9230e53

Please sign in to comment.