diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:24:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:24:23 +0000 |
commit | 3b57ebbdb1dc6ab475cdfa593c6bbe37d2c98cd8 (patch) | |
tree | 0d58adb72b40a7d2fa2a01f1889d94621ab6c168 | |
parent | de3551e5b6d97d5b83512fb602a296a55ffac8fb (diff) |
(diskfs_make_node): Don't initialize NP->identity.
-rw-r--r-- | libdiskfs/node-make.c | 1 |
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; |