Merge pull request #296 from mchaarawi/mschaara/fix_dfs_stat_rc

aiori-DFS: stat should not be fatal
master
Julian Kunkel 2020-12-16 15:53:43 +00:00 committed by GitHub
commit 3e4a0f69d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -945,7 +945,6 @@ DFS_Stat(const char *path, struct stat *buf, aiori_mod_opt_t * param)
GERR("Failed to lookup parent dir");
rc = dfs_stat(dfs, parent, name, buf);
DCHECK(rc, "dfs_stat() of Failed (%d)", rc);
if (name)
free(name);