This commit is contained in:
Pierangelo Masarati 2004-01-17 18:26:36 +00:00
parent 945f3fc9d0
commit 6c27bf332c

View File

@ -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;
} }