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
e75d729e
Commit
e75d729e
authored
Oct 17, 2007
by
Quanah Gibson-Mount
Browse files
sync with head
ITS#5127
parent
e8b7db1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/result.c
View file @
e75d729e
...
...
@@ -244,7 +244,7 @@ chkResponseList(
"ldap_chkResponseList returns ld %p NULL
\n
"
,
(
void
*
)
ld
,
0
,
0
);
}
else
{
Debug
(
LDAP_DEBUG_TRACE
,
"ldap_chkResponseList returns ld %p msgid %d, type 0x%02l
u
\n
"
,
"ldap_chkResponseList returns ld %p msgid %d, type 0x%02l
x
\n
"
,
(
void
*
)
ld
,
lm
->
lm_msgid
,
(
unsigned
long
)
lm
->
lm_msgtype
);
}
#endif
...
...
@@ -558,6 +558,14 @@ nextresp3:
if
(
sock_errno
()
==
EAGAIN
)
return
LDAP_MSG_X_KEEP_LOOKING
;
#endif
ld
->
ld_errno
=
LDAP_SERVER_DOWN
;
#ifdef LDAP_R_COMPILE
ldap_pvt_thread_mutex_lock
(
&
ld
->
ld_req_mutex
);
#endif
ldap_free_connection
(
ld
,
lc
,
1
,
0
);
#ifdef LDAP_R_COMPILE
ldap_pvt_thread_mutex_unlock
(
&
ld
->
ld_req_mutex
);
#endif
lc
=
*
lcp
=
NULL
;
return
-
1
;
default:
...
...
@@ -892,7 +900,7 @@ nextresp2:
{
id
=
lr
->
lr_msgid
;
tag
=
lr
->
lr_res_msgtype
;
Debug
(
LDAP_DEBUG_
ANY
,
"request done: ld %p msgid %ld
\n
"
,
Debug
(
LDAP_DEBUG_
TRACE
,
"request done: ld %p msgid %ld
\n
"
,
(
void
*
)
ld
,
(
long
)
id
,
0
);
Debug
(
LDAP_DEBUG_TRACE
,
"res_errno: %d, res_error: <%s>, "
...
...
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