mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix debug messages
This commit is contained in:
parent
4854c6173b
commit
065af58fb7
@ -382,13 +382,14 @@ get_substring_filter(
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Debug( LDAP_DEBUG_FILTER, " unknown type\n", tag, 0,
|
Debug( LDAP_DEBUG_FILTER, " unknown type=%ld\n",
|
||||||
0 );
|
(long) tag, 0, 0 );
|
||||||
|
|
||||||
ber_bvfree( val );
|
ber_bvfree( val );
|
||||||
|
|
||||||
return_error:
|
return_error:
|
||||||
Debug( LDAP_DEBUG_FILTER, " error=%d\n", rc, 0, 0 );
|
Debug( LDAP_DEBUG_FILTER, " error=%ld\n",
|
||||||
|
(long) rc, 0, 0 );
|
||||||
|
|
||||||
if( fstr ) {
|
if( fstr ) {
|
||||||
free( *fstr );
|
free( *fstr );
|
||||||
|
Loading…
Reference in New Issue
Block a user