file: remove unnecessary uci_fixup_section calls
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 21 Dec 2017 10:56:31 +0000 (11:56 +0100)
committerHans Dedecker <hans.dedecker@technicolor.com>
Fri, 22 Dec 2017 09:16:28 +0000 (10:16 +0100)
commit021fd65643a7932dc67ebeb2291264e308432428
tree06538030caa74d9b6261db6d2044619e54fd8da1
parent5ad59ad412a784c5c478e31d1701ce39568ffd58
file: remove unnecessary uci_fixup_section calls

This makes it clear uci_fixup_section only needs to be called in
uci_add_section when an unnamed section is added.

Before it was a bit misleading when walking through the code seeing
uci_fixup_section being called in uci_parse_config and uci_import.
When uci config is parsed via these functions uci_add_section is
eventually called which in the end constructs a name for an unnamed
section.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
file.c
list.c
uci_internal.h