From 85a3baa8ff515f1ca74f03873fbe820545d4c131 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 31 Aug 1999 01:44:33 +0000 Subject: [PATCH] Shouldn't need to restall signal handler outside of handler. --- servers/slurpd/ri.c | 1 - 1 file changed, 1 deletion(-) 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 ); } -- 2.39.5