From: Felix Fietkau Date: Fri, 14 Oct 2011 00:46:31 +0000 (+0200) Subject: use json_close_object instead of json_close_table X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=bdc880a9cbfb421696c505463dba5f1cd4221999;ds=sidebyside use json_close_object instead of json_close_table --- 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() {