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