diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-12 20:46:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-12 20:46:40 +0000 |
commit | 2ab9e74cc3433e242b9c56ef7d524fa896755a91 (patch) | |
tree | 4944921707fe71675fe0f1605cf41248f660329c /libdiskfs/dir-mkfile.c | |
parent | 87fce8ae6a5fa373ee78cc7c629d7c195eaa6bbb (diff) |
Formerly dir-mkfile.c.~4~
Diffstat (limited to 'libdiskfs/dir-mkfile.c')
-rw-r--r-- | libdiskfs/dir-mkfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/dir-mkfile.c b/libdiskfs/dir-mkfile.c index 47f96201..1a09ec41 100644 --- a/libdiskfs/dir-mkfile.c +++ b/libdiskfs/dir-mkfile.c @@ -66,6 +66,7 @@ diskfs_S_dir_mkfile (struct protid *cred, cred->uids, cred->nuids, cred->gids, cred->ngids))); *newnodetype = MACH_MSG_TYPE_MAKE_SEND; + diskfs_nput (np); return 0; } |