diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-03 15:52:14 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:10 -0800 |
commit | 8b8ebb47981a8242679697b229c692c2ee022d1c (patch) | |
tree | 5fa51d20a426edbbe8a3d79774b16ae7c2fe0f15 /lib/param/param_functions.c | |
parent | 63c24977ba06dba46d7080400775f8937ecee108 (diff) | |
download | samba-8b8ebb47981a8242679697b229c692c2ee022d1c.tar.gz samba-8b8ebb47981a8242679697b229c692c2ee022d1c.tar.xz samba-8b8ebb47981a8242679697b229c692c2ee022d1c.zip |
param: rename lp function and variable from 'passwordserver' to 'password_server'
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 7ce456a9f5..8e0bdae3e4 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, passwordserver) +FN_GLOBAL_CONST_STRING(password_server, password_server) FN_GLOBAL_CONST_STRING(piddir, piddir) FN_GLOBAL_CONST_STRING(private_dir, private_dir) FN_GLOBAL_CONST_STRING(realm, realm) |