slapd_shutdown/syncrepl fix

This commit is contained in:
Howard Chu 2004-01-16 20:02:07 +00:00
parent f77474f1df
commit 4b88f8c1b2

View file

@ -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 )