mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
do_admin should reinstall handler on called signal number and
not assume LDAP_SIGUSR2
This commit is contained in:
parent
bd36de108f
commit
188ad48057
@ -39,5 +39,5 @@ RETSIGTYPE
|
||||
do_admin( int sig )
|
||||
{
|
||||
sglob->rq->rq_dump( sglob->rq );
|
||||
(void) SIGNAL( LDAP_SIGUSR2, do_admin );
|
||||
(void) SIGNAL( sig, do_admin );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user