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
57259831
Commit
57259831
authored
Oct 28, 2006
by
Pierangelo Masarati
Browse files
fix message (ITS#4717)
parent
f41d5a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/result.c
View file @
57259831
...
...
@@ -537,7 +537,7 @@ nextresp3:
/* if it's been abandoned, toss it */
if
(
ldap_abandoned
(
ld
,
id
)
)
{
Debug
(
LDAP_DEBUG_ANY
,
"abandoned ld %p msgid %ld
\n
"
,
Debug
(
LDAP_DEBUG_ANY
,
"abandoned
/discarded
ld %p msgid %ld
\n
"
,
(
void
*
)
ld
,
(
long
)
id
,
0
);
retry_ber:
ber_free
(
ber
,
1
);
...
...
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