diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-15 00:14:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-15 00:14:05 +0000 |
commit | a5cd1171ada44755aad350e435466739d4f2be95 (patch) | |
tree | 96edfb1cee4eff52a7f47c6f976e3d0731f247cb | |
parent | c92cc49c3123bd6fb1a9b44096a4d95375ddf45b (diff) |
Formerly make-protid.c.~2~
-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; |