summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-03 15:55:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-03 15:55:32 +0000
commit78712e7ce5b0216bc986c304f44120d4d0fa5093 (patch)
tree2eb72432d53fdc912b6371d62046582e99abba8a /libnetfs
parent0aef3d6265e8dc6c79621ade30e03c5cbca3fbc0 (diff)
(netfs_make_node): Don't initialize NP->identity.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/make-node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnetfs/make-node.c b/libnetfs/make-node.c
index 1e2c3735..973744e7 100644
--- a/libnetfs/make-node.c
+++ b/libnetfs/make-node.c
@@ -31,7 +31,6 @@ 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);