提交 ae44fc1e 编写于 作者: D Dr. Stephen Henson

Clear error if unique_subject lookup fails.

上级 28722cf2
......@@ -650,8 +650,10 @@ bad:
#endif
db_attr.unique_subject = parse_yesno(p,1);
}
#ifdef RL_DEBUG
else
ERR_clear_error();
#ifdef RL_DEBUG
if (!p)
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
#endif
#ifdef RL_DEBUG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册