summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-01-24 17:39:41 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-02-20 10:11:24 +1300
commit8246e53bb693231213d5f9586ff4baefbc3ec6a8 (patch)
tree60a9f3f1e0f265b17bfd8996feace021d56dc3b4 /source3/include
parenta7d2f9a08ed11dba157d6fe5c03581114478e3d3 (diff)
downloadsamba-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/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 28c26a9626..a6a6815355 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -989,7 +989,6 @@ NTSTATUS trust_pw_change(struct netlogon_creds_cli_context *context,
char *lp_servicename(TALLOC_CTX *ctx, int);
const char *lp_const_servicename(int);
bool lp_autoloaded(int);
-const char *lp_dnsdomain(void);
int lp_winbind_max_domain_connections(void);
bool lp_idmap_range(const char *domain_name, uint32_t *low, uint32_t *high);
bool lp_idmap_default_range(uint32_t *low, uint32_t *high);