summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-07-29 12:05:22 +0200
committerMichael Adam <obnox@samba.org>2014-07-31 08:17:10 +0200
commit611a402cee9e448e92247384e5702a91075b1108 (patch)
tree876d1571d148f29df84eb827494b4c7014a841d0 /source3/param/loadparm_ctx.c
parentcf2aa9251fbf19a0aafc7b9909a2f88b2a0c883f (diff)
downloadsamba-611a402cee9e448e92247384e5702a91075b1108.tar.gz
samba-611a402cee9e448e92247384e5702a91075b1108.tar.xz
samba-611a402cee9e448e92247384e5702a91075b1108.zip
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>
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r--source3/param/loadparm_ctx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index a3a7284920..00ae19dacd 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -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,