mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix debug msg
This commit is contained in:
parent
4bb234bac8
commit
1f0e2f8944
1 changed files with 1 additions and 0 deletions
|
|
@ -2064,6 +2064,7 @@ slapd_daemon_task(
|
||||||
r ? "r" : "", w ? "w" : "" );
|
r ? "r" : "", w ? "w" : "" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Debug( LDAP_DEBUG_CONNS, "\n", 0, 0, 0 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (i=0; i<ns; i++) {
|
for (i=0; i<ns; i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue