Disallow runtime delete of modload values

This commit is contained in:
Howard Chu 2007-04-24 11:46:22 +00:00
parent 4803e9ba67
commit 8033f476f4

View File

@ -385,7 +385,7 @@ static ConfigTable config_back_cf_table[] = {
"SYNTAX OMsBoolean SINGLE-VALUE )", NULL, NULL },
{ "moduleload", "file", 2, 0, 0,
#ifdef SLAPD_MODULES
ARG_MAGIC|CFG_MODLOAD, &config_generic,
ARG_MAGIC|CFG_MODLOAD|ARG_NO_DELETE, &config_generic,
#else
ARG_IGNORED, NULL,
#endif