mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Fix NEW_LGGING typo
This commit is contained in:
parent
f7690b1194
commit
2f761834b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1167,7 +1167,7 @@ slapd_daemon_task(
|
|||
#ifndef HAVE_WINSOCK
|
||||
/* make sure descriptor number isn't too great */
|
||||
if ( s >= dtblsize ) {
|
||||
#ifdef NEW_LGGING
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "connection", LDAP_LEVEL_ERR,
|
||||
"slapd_daemon_task: %ld beyond descriptor table size %ld\n",
|
||||
(long)s, (long)dtblsize ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue