X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=file.c;h=85959729fe1e2370213b967854a180363901e4f6;hp=169cf6ee7190bffbff69ee24a454238bf6fb9ae3;hb=ad92cae5b9be81c30f25ebc1cd6292b7a40889a9;hpb=a15a9c2c7104c3ea1dbc91c1c6931f3140a6b0a2 diff --git a/file.c b/file.c index 169cf6e..8595972 100644 --- a/file.c +++ b/file.c @@ -373,7 +373,7 @@ static void uci_parse_option(struct uci_context *ctx, char **str) *str += strlen(*str) + 1; name = next_arg(ctx, str, true, true); - value = next_arg(ctx, str, true, false); + value = next_arg(ctx, str, false, false); assert_eol(ctx, str); if (pctx->merge) {