]> pilppa.org Git - uci.git/blobdiff - util.c
fix updated parse_tuple function
[uci.git] / util.c
diff --git a/util.c b/util.c
index ddb13317f9b78c2cccf2f61d0fbfee3223e3e11e..28cc5df2250c4b7b7d51350b45f6e98b293e52c7 100644 (file)
--- a/util.c
+++ b/util.c
@@ -97,6 +97,7 @@ lastval:
                last++;
                if (!*last)
                        goto error;
+               *value = last;
        }
 
        if (*section && !uci_validate_name(*section))