use the per-package backend on commit
[project/uci.git] / util.c
diff --git a/util.c b/util.c
index f098c4b..35aa2b6 100644 (file)
--- a/util.c
+++ b/util.c
@@ -371,7 +371,6 @@ int uci_parse_argument(struct uci_context *ctx, FILE *stream, char **str, char *
 
        if (ctx->pctx) {
                if (ctx->pctx->file != stream) {
-                       ctx->internal = true;
                        uci_cleanup(ctx);
                }
        } else {