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:
parent
0ba819dd21
commit
0589c607a7
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user