* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Fix typo.

This commit is contained in:
Corinna Vinschen
2006-12-06 14:05:59 +00:00
parent 3c788ea42a
commit ad7915ffca
2 changed files with 5 additions and 1 deletions

View File

@@ -1463,7 +1463,7 @@ fhandler_disk_file::rmdir ()
directory can't be removed because it's not empty. Checking for
existence afterwards keeps us informed about success. */
if (!isremote () || att == INVALID_FILE_ATTRIBUTES)
return res;
return 0;
err = ERROR_DIR_NOT_EMPTY;
}