mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
slapd_shutdown/syncrepl fix
This commit is contained in:
parent
f77474f1df
commit
4b88f8c1b2
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ int slap_entry2mods( Entry *e, Modifications **mods, const char **text,
|
|||
return -1;
|
||||
}
|
||||
|
||||
volatile sig_atomic_t slapd_abrupt_shutdown;
|
||||
volatile sig_atomic_t slapd_shutdown;
|
||||
|
||||
int slap_mods_check( Modifications *ml, int update, const char **text,
|
||||
char *textbuf, size_t textlen, void *ctx )
|
||||
|
|
|
|||
Loading…
Reference in a new issue