1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

loadparm: add call to do_section() to process_registry_service().

Michael
(This used to be commit e1b76cd5d6)
This commit is contained in:
Michael Adam 2008-05-15 02:39:02 +02:00
parent 0ba819dd21
commit 0589c607a7

View File

@ -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],