diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index fda6fcbf93..4872cedbad 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -50,7 +50,7 @@ FN_LOCAL_INTEGER(force_dir_mode, force_dir_mode) FN_LOCAL_STRING(preexec, preexec) FN_LOCAL_STRING(postexec, postexec) FN_LOCAL_STRING(rootpreexec, rootpreexec) -FN_LOCAL_STRING(rootpostexec, szRootPostExec) +FN_LOCAL_STRING(rootpostexec, rootpostexec) FN_LOCAL_STRING(dontdescend, szDontdescend) FN_LOCAL_STRING(username, szUsername) FN_LOCAL_LIST(invalid_users, szInvalidUsers) |