mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
refine previous commit...
This commit is contained in:
parent
917b77fff1
commit
dd2afd3e3e
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue