]> git.sur5r.net Git - openldap/commitdiff
Fix debug msg
authorHoward Chu <hyc@openldap.org>
Sat, 29 Oct 2005 04:24:23 +0000 (04:24 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 29 Oct 2005 04:24:23 +0000 (04:24 +0000)
servers/slapd/daemon.c

index 40b0ecee548e5d4ccec954ffbab922089ace88f8..408d9aaeb3a6bb84c22f7065396a15a7f8a6ab9a 100644 (file)
@@ -2064,6 +2064,7 @@ slapd_daemon_task(
                                    r ? "r" : "", w ? "w" : "" );
                        }
                }
+               Debug( LDAP_DEBUG_CONNS, "\n", 0, 0, 0 );
 #endif
 
                for (i=0; i<ns; i++) {