mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
fix SIGUNUSED typo
This commit is contained in:
parent
b58c782eeb
commit
cf1d3904a4
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ slapd_daemon(
|
|||
#else
|
||||
(void) SIGNAL( SIGUSR1, (void *) do_nothing );
|
||||
#endif
|
||||
#ifdef SIGSTKFLT
|
||||
#ifdef SIGUNUSED
|
||||
(void) SIGNAL( SIGUNUSED, (void *) set_shutdown );
|
||||
#else
|
||||
(void) SIGNAL( SIGUSR2, (void *) set_shutdown );
|
||||
|
|
|
|||
Loading…
Reference in a new issue