One more debug line to conditionalise.
This commit is contained in:
parent
4342c5c1a0
commit
83b23ed967
@ -1624,7 +1624,9 @@ CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
|
|||||||
char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
|
char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
|
||||||
if (p)
|
if (p)
|
||||||
{
|
{
|
||||||
|
#ifdef RL_DEBUG
|
||||||
BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
|
BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
|
||||||
|
#endif
|
||||||
switch(*p)
|
switch(*p)
|
||||||
{
|
{
|
||||||
case 'f': /* false */
|
case 'f': /* false */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user