1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +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:
Garming Sam 2014-07-29 12:05:22 +02:00 committed by Michael Adam
parent cf2aa9251f
commit 611a402cee
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ struct loadparm_s3_helpers
bool (*store_cmdline)(const char *pszParmName, const char *pszParmValue);
void (*dump)(FILE *f, bool show_defaults, int maxtoprint);
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 *,
const char *, char **);
void (*init_printer_values)(TALLOC_CTX *, struct loadparm_service *);

View File

@ -69,7 +69,6 @@ static struct loadparm_s3_helpers s3_fns =
.store_cmdline = store_lp_set_cmdline,
.dump = lp_dump,
.lp_string = lp_string,
.lp_string_set = lp_string_set,
.lp_include = lp_include,
.init_printer_values = init_printer_values,
.init_ldap_debugging = init_ldap_debugging,