Skip to content

Commit

Permalink
remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Sep 8, 2003
1 parent 6ccd995 commit 01669b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions netbsd/sys/miscfs/kernfs/kernfs_vnops.c
Expand Up @@ -1047,10 +1047,8 @@ kernfs_inactive(v)
m = key_setdumpsa_spi(htonl(kfs->kfs_value));
if (m)
m_freem(m);
else {
/* should never happen as we hold a refcnt */
else
vgone(vp);
}
break;
case Pipsecsp:
sp = key_getspbyid(kfs->kfs_value);
Expand Down

0 comments on commit 01669b9

Please sign in to comment.