提交 2618229e 编写于 作者: C Christopher Hajas 提交者: Chris Hajas

Correctly exit dump on error.

This is a backup-breaking failure and the dump should exit rather than
simply breaking from the loop.
上级 64eae8ca
......@@ -1396,7 +1396,7 @@ writeToDDFile(FILE *fp, char *ddBoostFileName, char *ddboost_storage_unit)
{
mpp_err_msg(logError, progname, "ddboost write failed on %s with err %d\n", path1.path_name, err);
err = -1;
break;
goto cleanup;
}
total_bytes += ret_count;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册