mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
945f3fc9d0
commit
6c27bf332c
@ -542,15 +542,11 @@ done:;
|
|||||||
if ( vat ) {
|
if ( vat ) {
|
||||||
ch_free( vat );
|
ch_free( vat );
|
||||||
}
|
}
|
||||||
if ( rc == 1 ) {
|
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"<==backsql_process_filter() succeeded\n",
|
"<==backsql_process_filter() %s\n",
|
||||||
0, 0, 0 );
|
rc == 1 ? "succeeded" : "failed", 0, 0);
|
||||||
} else {
|
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
|
||||||
"<==backsql_process_filter() failed\n",
|
|
||||||
0, 0, 0 );
|
|
||||||
}
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user