From ee56a14ab4bb43e35a735279ca6d54a12ad9565a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 15 Jun 1994 21:23:51 +0000 Subject: entered into RCS --- libtrivfs/file-getcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtrivfs/file-getcontrol.c b/libtrivfs/file-getcontrol.c index 37e90b1a..83e35034 100644 --- a/libtrivfs/file-getcontrol.c +++ b/libtrivfs/file-getcontrol.c @@ -28,7 +28,7 @@ trivfs_S_file_getcontrol (struct trivfs_protid *cred, if (!cred->isroot) return EPERM; - *cntl = ports_get_right (cred->cntl); + *cntl = ports_get_right (cred->po->cntl); *cntltype = MACH_MSG_TYPE_MAKE_SEND; return 0; } -- cgit v1.2.3