Windows: cm_Lookup return ambiguous filename to caller
[openafs.git] / src / WINNT / afsd / cm_vnodeops.c
index 104db33..1c3edd6 100644 (file)
@@ -1131,7 +1131,10 @@ retry_lookup:
                 goto haveFid;
             }
 
-            code = CM_ERROR_BPLUS_NOMATCH;
+           if (code == CM_ERROR_AMBIGUOUS_FILENAME)
+               goto done;
+
+           code = CM_ERROR_BPLUS_NOMATCH;
             goto notfound;
         }
 #endif