aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_usrreq.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-04-27 11:18:52 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-04-27 11:18:52 +0000
commitf711d546d27edc6115841ef780df0252d44a996d (patch)
treed19d0988b873086bf6eda1c6543fc9257015af3d /sys/netipx/ipx_usrreq.c
parentd5483ddfbae9694934b27c4e7f23a4f0d3e0f5f4 (diff)
Notes
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r--sys/netipx/ipx_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index 25806aa1aac36..8106eccb9c044 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -33,7 +33,7 @@
*
* @(#)ipx_usrreq.c
*
- * $Id: ipx_usrreq.c,v 1.21 1998/12/07 21:58:42 archie Exp $
+ * $Id: ipx_usrreq.c,v 1.22 1999/02/06 10:48:11 jhay Exp $
*/
#include "opt_ipx.h"
@@ -598,7 +598,7 @@ ripx_attach(so, proto, p)
int s;
struct ipxpcb *ipxp = sotoipxpcb(so);
- if (p != NULL && (error = suser(p->p_ucred, &p->p_acflag)) != 0)
+ if (p != NULL && (error = suser(p)) != 0)
return (error);
s = splnet();
error = ipx_pcballoc(so, &ipxrawpcb, p);