mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
extract at least result code
This commit is contained in:
parent
ac4b38ac39
commit
15bcbdbc32
@ -516,6 +516,8 @@ retry:;
|
||||
case LDAP_RES_SEARCH_RESULT:
|
||||
/* just remove, no error checking (TODO?) */
|
||||
msgid = ldap_msgid( res );
|
||||
ldap_parse_result( ld, res, &rc, NULL, NULL, NULL, NULL, 1 );
|
||||
res = NULL;
|
||||
|
||||
/* linear search, bah */
|
||||
for ( j = 0; j < i; j++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user