X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=file.c;h=36ef34684539f9ea9ed5b26c20997acb777e95d8;hp=2ca7fce4580e7cdde690396fd6877cc77b28c7ba;hb=85320f3c5c51c2780f1d33866c931de1739b01ce;hpb=28bce261b2b5139fe6ccaba4358b73fcccf8097b diff --git a/file.c b/file.c index 2ca7fce..36ef346 100644 --- a/file.c +++ b/file.c @@ -413,7 +413,7 @@ static void uci_parse_line(struct uci_context *ctx) */ static char *uci_escape(struct uci_context *ctx, char *str) { - char *s, *p, *t; + char *s, *p; int pos = 0; if (!ctx->buf) { @@ -535,9 +535,6 @@ int uci_load(struct uci_context *ctx, const char *name, struct uci_package **pac UCI_HANDLE_ERR(ctx); UCI_ASSERT(ctx, name != NULL); -ignore: - ctx->errno = 0; - switch (name[0]) { case '.': case '/':