mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fixed "faled" typo in debug message
This commit is contained in:
parent
cf1d3904a4
commit
412f44afa3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 failed\n", ns, 0, 0 );
|
||||
}
|
||||
c[ns].c_sb.sb_sd = ns;
|
||||
Debug( LDAP_DEBUG_CONNS, "new connection on %d\n", ns,
|
||||
|
|
|
|||
Loading…
Reference in a new issue