summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/io-restrict-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-restrict-auth.c b/libdiskfs/io-restrict-auth.c
index 0adc23a4..c400b5e7 100644
--- a/libdiskfs/io-restrict-auth.c
+++ b/libdiskfs/io-restrict-auth.c
@@ -57,7 +57,7 @@ diskfs_S_io_restrict_auth (struct protid *cred,
mutex_lock (&cred->po->np->lock);
*newport = (diskfs_make_protid (cred->po, newuids, newnuids, newgids,
- newngids))->fspt.pi.port;
+ newngids))->pi.port;
mutex_unlock (&cred->po->np->lock);
*newportpoly = MACH_MSG_TYPE_MAKE_SEND;
return 0;