mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3:param: remove lp_string_set from the s3_fns.
This is not used any more. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
cf2aa9251f
commit
611a402cee
@ -14,7 +14,6 @@ struct loadparm_s3_helpers
|
|||||||
bool (*store_cmdline)(const char *pszParmName, const char *pszParmValue);
|
bool (*store_cmdline)(const char *pszParmName, const char *pszParmValue);
|
||||||
void (*dump)(FILE *f, bool show_defaults, int maxtoprint);
|
void (*dump)(FILE *f, bool show_defaults, int maxtoprint);
|
||||||
char * (*lp_string)(TALLOC_CTX *ctx, const char *in);
|
char * (*lp_string)(TALLOC_CTX *ctx, const char *in);
|
||||||
bool (*lp_string_set)(char **dest, const char *src);
|
|
||||||
bool (*lp_include)(struct loadparm_context*, struct loadparm_service *,
|
bool (*lp_include)(struct loadparm_context*, struct loadparm_service *,
|
||||||
const char *, char **);
|
const char *, char **);
|
||||||
void (*init_printer_values)(TALLOC_CTX *, struct loadparm_service *);
|
void (*init_printer_values)(TALLOC_CTX *, struct loadparm_service *);
|
||||||
|
@ -69,7 +69,6 @@ static struct loadparm_s3_helpers s3_fns =
|
|||||||
.store_cmdline = store_lp_set_cmdline,
|
.store_cmdline = store_lp_set_cmdline,
|
||||||
.dump = lp_dump,
|
.dump = lp_dump,
|
||||||
.lp_string = lp_string,
|
.lp_string = lp_string,
|
||||||
.lp_string_set = lp_string_set,
|
|
||||||
.lp_include = lp_include,
|
.lp_include = lp_include,
|
||||||
.init_printer_values = init_printer_values,
|
.init_printer_values = init_printer_values,
|
||||||
.init_ldap_debugging = init_ldap_debugging,
|
.init_ldap_debugging = init_ldap_debugging,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user