Shouldn't need to restall signal handler outside of handler.

This commit is contained in:
Kurt Zeilenga 1999-08-31 01:44:33 +00:00
parent 188ad48057
commit 85a3baa8ff

View file

@ -147,7 +147,6 @@ Ri_wake(
return;
}
ldap_pvt_thread_kill( ri->ri_tid, LDAP_SIGUSR1 );
(void) SIGNAL( LDAP_SIGUSR1, do_nothing );
}