]> git.sur5r.net Git - openldap/commitdiff
Shouldn't need to restall signal handler outside of handler.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 31 Aug 1999 01:44:33 +0000 (01:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 31 Aug 1999 01:44:33 +0000 (01:44 +0000)
servers/slurpd/ri.c

index 6432f59f9ce70e01448a4db24f76b9484eb7482b..212c38bed71cf3741dc35b37d31f1ae34e4b483e 100644 (file)
@@ -147,7 +147,6 @@ Ri_wake(
        return;
     }
     ldap_pvt_thread_kill( ri->ri_tid, LDAP_SIGUSR1 );
-    (void) SIGNAL( LDAP_SIGUSR1, do_nothing );
 }