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 73c572bc99..d58c0392b4 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -124,7 +124,7 @@ FN_LOCAL_BOOL(default_devmode, default_devmode) FN_LOCAL_BOOL(force_printername, force_printername) FN_LOCAL_BOOL(nt_acl_support, nt_acl_support) FN_LOCAL_BOOL(force_unknown_acl_user, force_unknown_acl_user) -FN_LOCAL_BOOL(ea_support, bEASupport) +FN_LOCAL_BOOL(ea_support, ea_support) FN_LOCAL_BOOL(_use_sendfile, bUseSendfile) FN_LOCAL_BOOL(profile_acls, bProfileAcls) FN_LOCAL_BOOL(map_acl_inherit, bMap_acl_inherit) |