jshn: fix check to reset array sequence counters on cleanup
authorFelix Fietkau <nbd@openwrt.org>
Tue, 18 Dec 2012 12:38:27 +0000 (13:38 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 18 Dec 2012 12:38:27 +0000 (13:38 +0100)
sh/jshn.sh

index 39d5331..70c3aa3 100644 (file)
@@ -103,7 +103,7 @@ _json_add_table() {
        local table="JSON_$itype$seq"
        _json_export "UP_$table" "$cur"
        _json_export "KEYS_$table" ""
        local table="JSON_$itype$seq"
        _json_export "UP_$table" "$cur"
        _json_export "KEYS_$table" ""
-       [ "$TYPE" = "ARRAY" ] && _json_export "SEQ_$table" ""
+       [ "$itype" = "ARRAY" ] && _json_export "SEQ_$table" ""
        _json_stack_push "$table"
 
        _json_get_var new_cur JSON_CUR
        _json_stack_push "$table"
 
        _json_get_var new_cur JSON_CUR