X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=libuci.c;h=7805d746f01197582e2d7c453471616212a83394;hp=fd8f30c26aec2375d1e5bcc720e473c54d4070e8;hb=031b620e1f3a16078da45ce00352508764902786;hpb=818f7b8433ae369c20fc56cccbb55b22043b9024 diff --git a/libuci.c b/libuci.c index fd8f30c..7805d74 100644 --- a/libuci.c +++ b/libuci.c @@ -39,6 +39,7 @@ static const char *uci_errstr[] = { [UCI_ERR_UNKNOWN] = "Unknown error", }; +#include "uci_internal.h" #include "util.c" #include "list.c" #include "history.c" @@ -71,6 +72,7 @@ void uci_free_context(struct uci_context *ctx) free(ctx->savedir); UCI_TRAP_SAVE(ctx, ignore); + ctx->internal = true; uci_cleanup(ctx); uci_foreach_element_safe(&ctx->root, tmp, e) { struct uci_package *p = uci_to_package(e);