mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix previous commit
This commit is contained in:
parent
9de3d9c277
commit
80dfb95241
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ retry:
|
|||
*/
|
||||
rc = ldap_parse_result( lc->lc_ld, res, &rs->sr_err,
|
||||
(char **)&rs->sr_matched,
|
||||
text,
|
||||
&text,
|
||||
NULL, NULL, 0 );
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
if ( rs->sr_err == LDAP_SUCCESS ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue