diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:23:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:23:41 +0000 |
commit | de3551e5b6d97d5b83512fb602a296a55ffac8fb (patch) | |
tree | 47b0841756676c2643fd105b5093a21301a818bc | |
parent | f9443822fcd20f3a99771fe10e81779bd47b58c7 (diff) |
(diskfs_drop_node): Don't deallocate NP->identity.
-rw-r--r-- | libdiskfs/node-drop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index 721d269c..5920e391 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -80,9 +80,6 @@ diskfs_drop_node (struct node *np) } } - if (np->identity != MACH_PORT_NULL) - mach_port_destroy (mach_task_self (), np->identity); - assert (!np->sockaddr); diskfs_node_norefs (np); |