X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=file.c;h=9856369028b0a167db75027b7d12154f54b940a6;hp=494c6491cb80b68c2967cf2fc462b1004f188283;hb=4c4d343caa1f1997818f895b9c58b313d2e8a578;hpb=c4df32b386c7bb29568140d135d7315e76c934b7 diff --git a/file.c b/file.c index 494c649..9856369 100644 --- a/file.c +++ b/file.c @@ -408,7 +408,6 @@ static void uci_parse_config(struct uci_context *ctx) char *name; char *type; - uci_fixup_section(ctx, ctx->pctx->section); if (!ctx->pctx->package) { if (!ctx->pctx->name) uci_parse_error(ctx, "attempting to import a file without a package name"); @@ -689,7 +688,6 @@ error: UCI_THROW(ctx, ctx->err); } - uci_fixup_section(ctx, ctx->pctx->section); if (!pctx->package && name) uci_switch_config(ctx); if (package)