diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index de5a75f93..3efdc5555 100644 --- a/src/config.c +++ b/src/config.c @@ -711,6 +711,8 @@ int parse_directive(Directive * d, char *dir, int ac, char *av[MAXPARAMS], } #endif + /* Should we remove PARAM_DEPRECATED because it's + * useless right now? -GD */ if (d->params[i].type == PARAM_DEPRECATED) { void (*func) (void); error(linenum, "Deprecated directive `%s' used", d->name); |