summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx.c')
-rw-r--r--sys/netipx/ipx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c
index 2727875..35aa27d 100644
--- a/sys/netipx/ipx.c
+++ b/sys/netipx/ipx.c
@@ -108,7 +108,7 @@ ipx_control(so, cmd, data, ifp, td)
return (0);
}
- if (td && (error = suser_td(td)) != 0)
+ if (td && (error = suser(td)) != 0)
return (error);
switch (cmd) {
OpenPOWER on IntegriCloud