Clear error if unique_subject lookup fails.
This commit is contained in:
parent
28722cf212
commit
ae44fc1ec4
@ -650,8 +650,10 @@ bad:
|
|||||||
#endif
|
#endif
|
||||||
db_attr.unique_subject = parse_yesno(p,1);
|
db_attr.unique_subject = parse_yesno(p,1);
|
||||||
}
|
}
|
||||||
#ifdef RL_DEBUG
|
|
||||||
else
|
else
|
||||||
|
ERR_clear_error();
|
||||||
|
#ifdef RL_DEBUG
|
||||||
|
if (!p)
|
||||||
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
|
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
|
||||||
#endif
|
#endif
|
||||||
#ifdef RL_DEBUG
|
#ifdef RL_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user