]> git.sur5r.net Git - openldap/commitdiff
Don't call Debug inside a signal handler
authorKurt Zeilenga <kurt@openldap.org>
Tue, 20 Jul 1999 07:11:56 +0000 (07:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 20 Jul 1999 07:11:56 +0000 (07:11 +0000)
servers/slapd/daemon.c

index 596233e827354552eaa8e3ce0a30ed5ee71812e1..727cf6240906c0efdd219e466e30d9a816c5ddbe 100644 (file)
@@ -1048,7 +1048,6 @@ slap_set_shutdown( int sig )
                ldap_pvt_thread_kill( listener_tid, LDAP_SIGUSR1 );
        }
 #else
-       Debug( LDAP_DEBUG_TRACE, "Shutdown %d ordered", sig, 0, 0 );
        /* trying to "hit" the socket seems to always get a */
        /* EWOULDBLOCK error, so just close the listen socket to */
        /* break out of the select since we're shutting down anyway */