diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:25 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:45 -0800 |
commit | a091d423505ccadd2055dacf70dbb5c78c23453f (patch) | |
tree | f2485e4b0c039b343806bec28a7d3e667e656bd2 /lib/param/param_functions.c | |
parent | 58aeebf0cd9efe66548d02953e3df01bc468095e (diff) | |
download | samba-a091d423505ccadd2055dacf70dbb5c78c23453f.tar.gz samba-a091d423505ccadd2055dacf70dbb5c78c23453f.tar.xz samba-a091d423505ccadd2055dacf70dbb5c78c23453f.zip |
param: Rename variable used for lp_msdfs_proxy szMSDfsProxy
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
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 18549eebd8..d630c8c97e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -73,7 +73,7 @@ FN_LOCAL_STRING(force_group, force_group) FN_LOCAL_LIST(readlist, readlist) FN_LOCAL_LIST(writelist, writelist) FN_LOCAL_LIST(vfs_objects, vfs_objects) -FN_LOCAL_STRING(msdfs_proxy, szMSDfsProxy) +FN_LOCAL_STRING(msdfs_proxy, msdfs_proxy) static FN_LOCAL_STRING(volume, volume) FN_LOCAL_STRING(veto_files, szVetoFiles) FN_LOCAL_STRING(hide_files, szHideFiles) |