From: Howard Chu Date: Tue, 24 Apr 2007 11:46:22 +0000 (+0000) Subject: Disallow runtime delete of modload values X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~527 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8033f476f45979dbab49c6f62924eabcbe41c803;p=openldap Disallow runtime delete of modload values --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index b3d3eb9d92..c1b8b4bfbf 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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