Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
0b0c178c
Commit
0b0c178c
authored
Aug 09, 1998
by
Kurt Zeilenga
Browse files
LDAPworldP16: Search responses may not be returned properly
parent
29eda9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/result.c
View file @
0b0c178c
...
...
@@ -542,7 +542,11 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
prev
->
lm_next
=
l
->
lm_next
;
*
result
=
l
;
ld
->
ld_errno
=
LDAP_SUCCESS
;
#ifndef ultrix
return
(
l
->
lm_msgtype
);
#else
return
(
tag
);
#endif
}
return
(
-
2
);
/* continue looking */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment