(selective_vpath_search): Reset EXISTS when stat fails.

This commit is contained in:
Roland McGrath 1994-09-26 22:16:51 +00:00
parent a96d572aa6
commit e938a511be

View file

@ -434,6 +434,8 @@ selective_vpath_search (path, file, mtime_ptr)
return 1;
}
else
exists = 0;
}
}