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 | 409fe4f86df748b6d7e4df1bdac887eccd8e1914 (patch) | |
tree | 1b03a36bc94d9b9baae36cf2c63650f4900039ea /lib/param/param_functions.c | |
parent | 26e3bc0a5d99f7b84832d4f4dd09c73650a109a0 (diff) | |
download | samba-409fe4f86df748b6d7e4df1bdac887eccd8e1914.tar.gz samba-409fe4f86df748b6d7e4df1bdac887eccd8e1914.tar.xz samba-409fe4f86df748b6d7e4df1bdac887eccd8e1914.zip |
param: Rename variable used for lp_ntp_signd_socket_directory szNTPSignDSocketDirectory
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 7cd7b70684..68fd706dcf 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -253,7 +253,7 @@ FN_GLOBAL_CONST_STRING(nbt_client_socket_address, nbt_client_socket_address) FN_GLOBAL_CONST_STRING(ncalrpc_dir, ncalrpc_dir) FN_GLOBAL_CONST_STRING(netbios_name, netbios_name) FN_GLOBAL_CONST_STRING(netbios_scope, netbios_scope) -FN_GLOBAL_CONST_STRING(ntp_signd_socket_directory, szNTPSignDSocketDirectory) +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(piddir, szPidDir) |