From ef63c3e747d5f857c905e37b8bb84f97418fe2ee Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 16 Jul 1996 02:40:36 +0000 Subject: (diskfs_lookup): And do it correctly, at that. --- libdiskfs/lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/lookup.c') diff --git a/libdiskfs/lookup.c b/libdiskfs/lookup.c index d5fc0a4e..f38efed2 100644 --- a/libdiskfs/lookup.c +++ b/libdiskfs/lookup.c @@ -130,7 +130,7 @@ diskfs_lookup (struct node *dp, char *name, enum lookup_type type, if (err2) { if (np) - diskfs_nput (np); + diskfs_nput (*np); return err2; } } -- cgit v1.2.3