From: Michael Adam Date: Thu, 15 May 2008 00:39:02 +0000 (+0200) Subject: loadparm: add call to do_section() to process_registry_service(). X-Git-Tag: samba-4.0.0alpha6~801^2~1376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0589c607a7998a93eb6e77e00e1238791f0d0133;p=thirdparty%2Fsamba.git loadparm: add call to do_section() to process_registry_service(). Michael (This used to be commit e1b76cd5d646bb9083cfca0d15a84183cad72882) --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 0d116f87904..5c6cd071b7f 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -6516,6 +6516,10 @@ static bool process_registry_service(struct smbconf_service *service) return false; } + ret = do_section(service->name, NULL); + if (ret != true) { + return false; + } for (count = 0; count < service->num_params; count++) { ret = do_parameter(service->param_names[count], service->param_values[count],