From 8246e53bb693231213d5f9586ff4baefbc3ec6a8 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Fri, 24 Jan 2014 17:39:41 +1300 Subject: 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 Change-Id: I59526c40c58e132a134d67fa7944dfeacd05f4c6 Reviewed-by: Andrew Bartlett Reviewed-by: Nadezhda Ivanova --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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); -- cgit