Skip to content
Snippets Groups Projects
Commit 85a3baa8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 188ad480
No related merge requests found
......@@ -147,7 +147,6 @@ Ri_wake(
return;
}
ldap_pvt_thread_kill( ri->ri_tid, LDAP_SIGUSR1 );
(void) SIGNAL( LDAP_SIGUSR1, do_nothing );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment