summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnetfs/make-node.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/make-node.c b/libnetfs/make-node.c
index b16e9ac4..1e2c3735 100644
--- a/libnetfs/make-node.c
+++ b/libnetfs/make-node.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -31,6 +31,7 @@ netfs_make_node (struct netnode *nn)
mutex_init (&np->lock);
np->references = 1;
np->sockaddr = MACH_PORT_NULL;
+ np->identity = MACH_PORT_NULL;
np->owner = 0;
fshelp_transbox_init (&np->transbox, &np->lock, np);