Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
412f44af
Commit
412f44af
authored
Aug 15, 1998
by
Kurt Zeilenga
Browse files
Fixed "faled" typo in debug message
parent
cf1d3904
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
412f44af
...
...
@@ -249,7 +249,7 @@ slapd_daemon(
}
if
(
ioctl
(
ns
,
FIONBIO
,
(
caddr_t
)
&
on
)
==
-
1
)
{
Debug
(
LDAP_DEBUG_ANY
,
"FIONBIO ioctl on %d faled
\n
"
,
ns
,
0
,
0
);
"FIONBIO ioctl on %d fa
i
led
\n
"
,
ns
,
0
,
0
);
}
c
[
ns
].
c_sb
.
sb_sd
=
ns
;
Debug
(
LDAP_DEBUG_CONNS
,
"new connection on %d
\n
"
,
ns
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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