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 9b97531f9e..1f389a4bf9 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -119,7 +119,7 @@ FN_LOCAL_BOOL(blocking_locks, blocking_locks) FN_LOCAL_BOOL(inherit_perms, inherit_perms) FN_LOCAL_BOOL(inherit_acls, inherit_acls) FN_LOCAL_BOOL(inherit_owner, inherit_owner) -FN_LOCAL_BOOL(use_client_driver, bUseClientDriver) +FN_LOCAL_BOOL(use_client_driver, use_client_driver) FN_LOCAL_BOOL(default_devmode, bDefaultDevmode) FN_LOCAL_BOOL(force_printername, bForcePrintername) FN_LOCAL_BOOL(nt_acl_support, bNTAclSupport) |