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
Joe Martin
OpenLDAP
Commits
d8313150
Commit
d8313150
authored
Mar 25, 2004
by
Howard Chu
Browse files
ITS#2982 be sure to use nextlc when calling try_read1msg
parent
54fba01b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/result.c
View file @
d8313150
...
...
@@ -315,7 +315,8 @@ wait4msg(
rc
=
(
*
result
)
->
lm_msgtype
;
}
else
{
for
(
lc
=
ld
->
ld_conns
;
lc
!=
NULL
;
lc
=
lc
->
lconn_next
)
{
for
(
lc
=
ld
->
ld_conns
;
lc
!=
NULL
;
lc
=
nextlc
)
{
nextlc
=
lc
->
lconn_next
;
if
(
ber_sockbuf_ctrl
(
lc
->
lconn_sb
,
LBER_SB_OPT_DATA_READY
,
NULL
)
)
{
rc
=
try_read1msg
(
ld
,
msgid
,
all
,
lc
->
lconn_sb
,
...
...
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