(mu_cfg_section_add_params): Initialize section.target with param->data;
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -293,6 +293,7 @@ mu_cfg_section_add_params (struct mu_cfg_section *sect, | ... | @@ -293,6 +293,7 @@ mu_cfg_section_add_params (struct mu_cfg_section *sect, |
293 | mu_config_clone_container (container); | 293 | mu_config_clone_container (container); |
294 | if (mu_refcount_value (container->refcount) > 1) | 294 | if (mu_refcount_value (container->refcount) > 1) |
295 | dup_container (&container); | 295 | dup_container (&container); |
296 | container->v.section.target = param->data; | ||
296 | container->v.section.offset = param->offset; | 297 | container->v.section.offset = param->offset; |
297 | } | 298 | } |
298 | } | 299 | } | ... | ... |
-
Please register or sign in to post a comment