mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fixed "faled" typo in debug message
This commit is contained in:
parent
cf1d3904a4
commit
412f44afa3
@ -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…
x
Reference in New Issue
Block a user