From a5cd1171ada44755aad350e435466739d4f2be95 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 15 Dec 1995 00:14:05 +0000 Subject: Formerly make-protid.c.~2~ --- libnetfs/make-protid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3