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 8515645aa4..76bf31667c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -57,7 +57,7 @@ FN_LOCAL_LIST(invalid_users, invalid_users) FN_LOCAL_LIST(valid_users, valid_users) FN_LOCAL_LIST(admin_users, admin_users) FN_LOCAL_STRING(printcommand, printcommand) -FN_LOCAL_STRING(lpqcommand, szLpqcommand) +FN_LOCAL_STRING(lpqcommand, lpqcommand) FN_LOCAL_STRING(lprmcommand, szLprmcommand) FN_LOCAL_STRING(lppausecommand, szLppausecommand) FN_LOCAL_STRING(lpresumecommand, szLpresumecommand) |