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 --- lib/param/s3_param.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/param/s3_param.h') diff --git a/lib/param/s3_param.h b/lib/param/s3_param.h index 9358617dd3..106c48007d 100644 --- a/lib/param/s3_param.h +++ b/lib/param/s3_param.h @@ -13,7 +13,6 @@ struct loadparm_s3_helpers bool (*load)(const char *filename); bool (*set_cmdline)(const char *pszParmName, const char *pszParmValue); void (*dump)(FILE *f, bool show_defaults, int maxtoprint); - const char * (*dnsdomain)(void); char * (*lp_string)(TALLOC_CTX *ctx, const char *in); struct loadparm_global *globals; }; -- cgit