From f32c513ae17f431fa8ae3218faf1f764be64485f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Aug 1994 21:33:31 +0000 Subject: Formerly dir-lookup.c.~2~ --- libdiskfs/dir-lookup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index 8e5485b3..73ccb0c7 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -62,7 +62,8 @@ diskfs_S_dir_lookup (struct protid *dircred, path++; *returned_port_poly = MACH_MSG_TYPE_MAKE_SEND; - *retry = FS_RETRY_NONE; + *retry = FS_RETRY_NORMAL; + retryname[0] = '\0'; if (path[0] == '\0') { @@ -259,8 +260,6 @@ diskfs_S_dir_lookup (struct protid *dircred, arrange to have a correct repeat call made. */ if (!error && !lastcomp) { - if (*retry == FS_RETRY_NONE) - *retry = FS_RETRY_NORMAL; strcat (retryname, "/"); strcat (retryname, nextname); } -- cgit v1.2.3