Skip to content

Commit

Permalink
Forgot commiting anther fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-momose committed Jan 20, 2004
1 parent fca888d commit 4a25ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/mip6_cncore.c
@@ -1,4 +1,4 @@
/* $KAME: mip6_cncore.c,v 1.58 2004/01/20 07:51:19 t-momose Exp $ */
/* $KAME: mip6_cncore.c,v 1.59 2004/01/20 09:55:50 t-momose Exp $ */

/*
* Copyright (C) 2003 WIDE Project. All rights reserved.
Expand Down Expand Up @@ -1415,7 +1415,7 @@ mip6_get_nodekey(index, nodekey)
offset = offset - 0xffff;
}

if (offset < -MIP6_NONCE_HISTORY) {
if (offset <= -MIP6_NONCE_HISTORY) {
/* too old index. */
return (-1);
}
Expand Down

0 comments on commit 4a25ce6

Please sign in to comment.