diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-04-11 16:31:02 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-04-11 16:31:02 +0000 |
commit | f649df97fb347b0b9667d171cd5b6da183a03b0d (patch) | |
tree | 36407de453a1b37e394442b452baafc2cbc32173 | |
parent | 9228026070f2c7e96f984e23c90e6b4fc772d9a0 (diff) | |
download | FreeBSD-src-f649df97fb347b0b9667d171cd5b6da183a03b0d.zip FreeBSD-src-f649df97fb347b0b9667d171cd5b6da183a03b0d.tar.gz |
Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set
in this code.
-rw-r--r-- | sys/netinet6/ipsec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/ipsec.c b/sys/netinet6/ipsec.c index 3dcadc0..294711e 100644 --- a/sys/netinet6/ipsec.c +++ b/sys/netinet6/ipsec.c @@ -1225,8 +1225,6 @@ ipsec_init_pcbpolicy(so, pcb_sp) /* * XXXRW: Can we avoid caching the privilege decision here, and * instead cache the credential? - * - * XXXRW: Why is suser_allowjail set here? */ if (so->so_cred != NULL && priv_check_cred(so->so_cred, PRIV_NETINET_IPSEC, 0) == 0) |