summaryrefslogtreecommitdiffstats
path: root/sys/rpc/authunix_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc/authunix_prot.c')
-rw-r--r--sys/rpc/authunix_prot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/rpc/authunix_prot.c b/sys/rpc/authunix_prot.c
index 3f61299..eb75e2d 100644
--- a/sys/rpc/authunix_prot.c
+++ b/sys/rpc/authunix_prot.c
@@ -69,6 +69,7 @@ xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred)
uint32_t namelen;
uint32_t ngroups, i;
uint32_t junk;
+ INIT_VPROCG(TD_TO_VPROCG(&thread0)); /* XXX revisit - fixme! */
mtx_lock(&hostname_mtx);
if (xdrs->x_op == XDR_ENCODE) {
OpenPOWER on IntegriCloud