Skip to content
Snippets Groups Projects
Commit 5c27f956 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#9406 fix debug msg

parent fa0f9754
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,7 @@ authzPrettyNormal(
assert( val != NULL );
assert( !BER_BVISNULL( val ) );
BER_BVZERO( normalized );
/*
* 2) dn[.{exact|children|subtree|onelevel}]:{*|<DN>}
......@@ -904,7 +905,7 @@ authzPretty(
rc = authzPrettyNormal( val, out, ctx, 0 );
Debug( LDAP_DEBUG_TRACE, "<<< authzPretty: <%s> (%d)\n",
out->bv_val, rc );
out->bv_val ? out->bv_val : "(null)" , rc );
return rc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment