diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-24 17:39:41 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-20 10:11:24 +1300 |
commit | 8246e53bb693231213d5f9586ff4baefbc3ec6a8 (patch) | |
tree | 60a9f3f1e0f265b17bfd8996feace021d56dc3b4 /source3/param/loadparm.c | |
parent | a7d2f9a08ed11dba157d6fe5c03581114478e3d3 (diff) | |
download | samba-8246e53bb693231213d5f9586ff4baefbc3ec6a8.tar.gz samba-8246e53bb693231213d5f9586ff4baefbc3ec6a8.tar.xz samba-8246e53bb693231213d5f9586ff4baefbc3ec6a8.zip |
param: remove lp_dnsdomain from s3
With the use of the shared globals structure, lp_dnsdomain is no longer used in the code and removing it would remove a notable special case
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Change-Id: I59526c40c58e132a134d67fa7944dfeacd05f4c6
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 2f58a9c99e..2114fa33a0 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1189,7 +1189,6 @@ FN_LOCAL_CONST_STRING(const_servicename, szService) /* These functions cannot be auto-generated */ FN_LOCAL_BOOL(autoloaded, autoloaded) -FN_GLOBAL_CONST_STRING(dnsdomain, dnsdomain) /* local prototypes */ |