mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 05:43:01 -05:00
do_admin should reinstall handler on called signal number and
not assume LDAP_SIGUSR2
This commit is contained in:
parent
bd36de108f
commit
188ad48057
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue