From a89ec8b6a451c307b2ef95c2d5db177e7bb3e319 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:04:00 +1300 Subject: param: Rename variable used for lp_dedicated_keytab_file szDedicatedKeytabFile Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 8af14be3cc..707a3737c0 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -239,7 +239,7 @@ FN_GLOBAL_BOOL(wins_dns_proxy, wins_dns_proxy) FN_GLOBAL_BOOL(wins_proxy, wins_proxy) FN_GLOBAL_CONST_STRING(afs_username_map, afs_username_map) FN_GLOBAL_CONST_STRING(ctdbd_socket, ctdbd_socket) -FN_GLOBAL_CONST_STRING(dedicated_keytab_file, szDedicatedKeytabFile) +FN_GLOBAL_CONST_STRING(dedicated_keytab_file, dedicated_keytab_file) FN_GLOBAL_CONST_STRING(dnsdomain, szRealm_lower) FN_GLOBAL_CONST_STRING(dns_forwarder, dns_forwarder) FN_GLOBAL_CONST_STRING(dos_charset, dos_charset) -- cgit