mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
ITS#9406 fix debug msg
This commit is contained in:
parent
fa0f97545c
commit
5c27f9569f
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue