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

refine previous commit...

parent 917b77ff
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,8 @@ ldap_back_search(
int freetext = 0;
int do_retry = 1;
LDAPControl **ctrls = NULL;
char *save_matched = rs->sr_matched;
/* FIXME: shouldn't this be null? */
const char *save_matched = rs->sr_matched;
lc = ldap_back_getconn( op, rs, LDAP_BACK_SENDERR );
if ( !lc || !ldap_back_dobind( lc, op, rs, LDAP_BACK_SENDERR ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment