Commit 3d64977e authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Whoops the errors weren't quite right. Addresses #246.

git-svn-id: file:///svn/tokudb@1540 c7de825b-a66e-492c-adef-691d508d4ae1
parent 97e7173e
......@@ -102,7 +102,7 @@ static int do_error (DB_ENV *dbenv, int error, const char *string, ...) {
va_start(ap, string);
do_error_all_cases(dbenv, error, 1, 0, string, ap);
va_end(ap);
return errno;
return error;
}
......
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