summaryrefslogtreecommitdiff
path: root/libdiskfs/node-make.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-03 15:24:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-03 15:24:23 +0000
commit3b57ebbdb1dc6ab475cdfa593c6bbe37d2c98cd8 (patch)
tree0d58adb72b40a7d2fa2a01f1889d94621ab6c168 /libdiskfs/node-make.c
parentde3551e5b6d97d5b83512fb602a296a55ffac8fb (diff)
(diskfs_make_node): Don't initialize NP->identity.
Diffstat (limited to 'libdiskfs/node-make.c')
-rw-r--r--libdiskfs/node-make.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c
index 48046b6a..972167a2 100644
--- a/libdiskfs/node-make.c
+++ b/libdiskfs/node-make.c
@@ -37,7 +37,6 @@ diskfs_make_node (struct disknode *dn)
np->light_references = 0;
np->owner = 0;
np->sockaddr = MACH_PORT_NULL;
- np->identity = MACH_PORT_NULL;
np->dirmod_reqs = 0;