diff options
Diffstat (limited to 'libnetfs/make-protid.c')
-rw-r--r-- | libnetfs/make-protid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/make-protid.c b/libnetfs/make-protid.c index e986b293..102ebcaf 100644 --- a/libnetfs/make-protid.c +++ b/libnetfs/make-protid.c @@ -29,7 +29,7 @@ netfs_make_protid (struct peropen *po, struct netcred *cred) netfs_protid_class); po->refcnt++; pi->po = po; - pi->cred = cred; + pi->credential = cred; pi->shared_object = MACH_PORT_NULL; pi->mapped = 0; return pi; |