Skip to content
Snippets Groups Projects
Commit 4b88f8c1 authored by Howard Chu's avatar Howard Chu
Browse files

slapd_shutdown/syncrepl fix

parent f77474f1
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
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