summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:03 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:57 -0800
commit409fe4f86df748b6d7e4df1bdac887eccd8e1914 (patch)
tree1b03a36bc94d9b9baae36cf2c63650f4900039ea /lib/param/param_table.c
parent26e3bc0a5d99f7b84832d4f4dd09c73650a109a0 (diff)
downloadsamba-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_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index f7cdb8bed4..9adda4b381 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3343,7 +3343,7 @@ static struct parm_struct parm_table[] = {
.label = "ntp signd socket directory",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szNTPSignDSocketDirectory),
+ .offset = GLOBAL_VAR(ntp_signd_socket_directory),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,