diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-19 18:08:47 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-05-07 19:49:15 +0200 |
commit | 1a921138120027fea677d4e3514e8f95cc56b57d (patch) | |
tree | 2467bca0a01fa1bd071d6fa05ea4edb82e5001a6 /source3/param/loadparm_ctx.c | |
parent | 47c431279eed8d27ad6a49b1e5a1749ce110ead2 (diff) | |
download | samba-1a921138120027fea677d4e3514e8f95cc56b57d.tar.gz samba-1a921138120027fea677d4e3514e8f95cc56b57d.tar.xz samba-1a921138120027fea677d4e3514e8f95cc56b57d.zip |
param: add getservicebyname to s3_helpers
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r-- | source3/param/loadparm_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index ed21e4fb5e..d13304ff21 100644 --- a/source3/param/loadparm_ctx.c +++ b/source3/param/loadparm_ctx.c @@ -63,6 +63,7 @@ static struct loadparm_s3_helpers s3_fns = .get_parm_ptr = lp_parm_ptr, .get_service = lp_service_for_s4_ctx, .get_servicebynum = lp_servicebynum_for_s4_ctx, + .getservicebyname = getservicebyname, .get_default_loadparm_service = lp_default_loadparm_service, .get_numservices = lp_numservices, .load = lp_load_for_s4_ctx, |