diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:03 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:57 -0800 |
commit | 06499f739bd9df3e4be89ae09ac58286a286e8d1 (patch) | |
tree | ce775465ab4dd82763f2a0bb58f30cf7ce8e4178 /lib/param/param_functions.c | |
parent | 409fe4f86df748b6d7e4df1bdac887eccd8e1914 (diff) | |
download | samba-06499f739bd9df3e4be89ae09ac58286a286e8d1.tar.gz samba-06499f739bd9df3e4be89ae09ac58286a286e8d1.tar.xz samba-06499f739bd9df3e4be89ae09ac58286a286e8d1.zip |
param: Rename variable used for lp_passwordserver szPasswordServer
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 68fd706dcf..43908701a3 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -255,7 +255,7 @@ FN_GLOBAL_CONST_STRING(netbios_name, netbios_name) FN_GLOBAL_CONST_STRING(netbios_scope, netbios_scope) FN_GLOBAL_CONST_STRING(ntp_signd_socket_directory, ntp_signd_socket_directory) FN_GLOBAL_CONST_STRING(passdb_backend, passdb_backend) -FN_GLOBAL_CONST_STRING(passwordserver, szPasswordServer) +FN_GLOBAL_CONST_STRING(passwordserver, passwordserver) FN_GLOBAL_CONST_STRING(piddir, szPidDir) FN_GLOBAL_CONST_STRING(private_dir, szPrivateDir) FN_GLOBAL_CONST_STRING(realm, szRealm_upper) |