diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:00 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:56 -0800 |
commit | 4253eed915e217cf122ee8282475cc2b93be9109 (patch) | |
tree | 693211022df716f6a467bc63b798b63563eb10c0 /lib/param/param_functions.c | |
parent | a89ec8b6a451c307b2ef95c2d5db177e7bb3e319 (diff) | |
download | samba-4253eed915e217cf122ee8282475cc2b93be9109.tar.gz samba-4253eed915e217cf122ee8282475cc2b93be9109.tar.xz samba-4253eed915e217cf122ee8282475cc2b93be9109.zip |
param: Rename variable used for lp_dnsdomain szRealm_lower
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 707a3737c0..514b140f83 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -240,7 +240,7 @@ 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, dedicated_keytab_file) -FN_GLOBAL_CONST_STRING(dnsdomain, szRealm_lower) +FN_GLOBAL_CONST_STRING(dnsdomain, dnsdomain) FN_GLOBAL_CONST_STRING(dns_forwarder, dns_forwarder) FN_GLOBAL_CONST_STRING(dos_charset, dos_charset) FN_GLOBAL_CONST_STRING(guestaccount, szGuestaccount) |