Commit adabf414 authored by Rich Prohaska's avatar Rich Prohaska

closes #331

git-svn-id: file:///svn/tokudb@2084 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5a46eddc
......@@ -1598,6 +1598,7 @@ static int find_db_file(DB_ENV* dbenv, const char *fname, char** full_name_out)
if (r == 0) goto finish;
else {
toku_free(full_name);
r = errno;
if (r != ENOENT) return r;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment