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
580447be
Commit
580447be
authored
Aug 29, 1999
by
Kurt Zeilenga
Browse files
Fix Debug() with too few arguments.
parent
ae28af13
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/result.c
View file @
580447be
...
...
@@ -186,7 +186,7 @@ static long send_ldap_ber(
*/
Debug
(
LDAP_DEBUG_CONNS
,
"ber_flush failed errno=%d reason=
\"
%s
\"\n
"
,
err
,
STRERROR
(
err
)
);
err
,
STRERROR
(
err
)
,
0
);
if
(
err
!=
EWOULDBLOCK
&&
err
!=
EAGAIN
)
{
connection_closing
(
conn
);
...
...
Write
Preview
Markdown
is supported
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