mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
extract at least result code
This commit is contained in:
parent
ac4b38ac39
commit
15bcbdbc32
1 changed files with 2 additions and 0 deletions
|
|
@ -516,6 +516,8 @@ retry:;
|
||||||
case LDAP_RES_SEARCH_RESULT:
|
case LDAP_RES_SEARCH_RESULT:
|
||||||
/* just remove, no error checking (TODO?) */
|
/* just remove, no error checking (TODO?) */
|
||||||
msgid = ldap_msgid( res );
|
msgid = ldap_msgid( res );
|
||||||
|
ldap_parse_result( ld, res, &rc, NULL, NULL, NULL, NULL, 1 );
|
||||||
|
res = NULL;
|
||||||
|
|
||||||
/* linear search, bah */
|
/* linear search, bah */
|
||||||
for ( j = 0; j < i; j++ ) {
|
for ( j = 0; j < i; j++ ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue