Skip to content
Snippets Groups Projects
Commit d855f973 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent a32f8c07
No related branches found
No related tags found
No related merge requests found
......@@ -142,14 +142,12 @@ do_search(
send_ldap_disconnect( conn, op,
LDAP_PROTOCOL_ERROR, text );
} else {
send_ldap_result( conn, op, rc,
NULL, text, NULL, NULL );
send_ldap_result( conn, op, rc,
NULL, text, NULL, NULL );
}
goto return_results;
} else {
filter2bv( filter, &fstr );
}
filter2bv( filter, &fstr );
#ifdef NEW_LOGGING
LDAP_LOG( OPERATION, ARGS,
......@@ -319,7 +317,7 @@ do_search(
if ( be->be_search ) {
(*be->be_search)( be, conn, op, &pbase, &nbase,
scope, deref, sizelimit,
timelimit, filter, &fstr, an, attrsonly );
timelimit, filter, &fstr, an, attrsonly );
} else {
send_ldap_result( conn, op, rc = LDAP_UNWILLING_TO_PERFORM,
NULL, "operation not supported within namingContext",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment