From: Kurt Zeilenga Date: Tue, 31 Aug 1999 01:44:33 +0000 (+0000) Subject: Shouldn't need to restall signal handler outside of handler. X-Git-Tag: TWEB_OL_BASE~66 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85a3baa8ff515f1ca74f03873fbe820545d4c131;p=openldap Shouldn't need to restall signal handler outside of handler. --- diff --git a/servers/slurpd/ri.c b/servers/slurpd/ri.c index 6432f59f9c..212c38bed7 100644 --- a/servers/slurpd/ri.c +++ b/servers/slurpd/ri.c @@ -147,7 +147,6 @@ Ri_wake( return; } ldap_pvt_thread_kill( ri->ri_tid, LDAP_SIGUSR1 ); - (void) SIGNAL( LDAP_SIGUSR1, do_nothing ); }