summaryrefslogtreecommitdiffhomepage
path: root/dummy/netifd-proto.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-14 02:46:31 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-14 02:46:31 +0200
commitbdc880a9cbfb421696c505463dba5f1cd4221999 (patch)
tree9f83ae79ac5ce7f0b8cb562c8c4e5b620ff73d0a /dummy/netifd-proto.sh
parentfaa537e2f7bf53a087379adcd3527262491aa575 (diff)
use json_close_object instead of json_close_table
Diffstat (limited to 'dummy/netifd-proto.sh')
-rwxr-xr-xdummy/netifd-proto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy/netifd-proto.sh b/dummy/netifd-proto.sh
index e10f601..de1961d 100755
--- a/dummy/netifd-proto.sh
+++ b/dummy/netifd-proto.sh
@@ -112,7 +112,7 @@ _proto_push_route() {
json_add_string target "$target"
json_add_string mask "$mask"
json_add_string gateway "$gw"
- json_close_table
+ json_close_object
}
_proto_push_array() {