umbim: remove superflous jshn call
authorJohn Crispin <john@openwrt.org>
Thu, 11 Sep 2014 12:26:52 +0000 (12:26 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 11 Sep 2014 12:26:52 +0000 (12:26 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42467

package/network/utils/umbim/files/lib/netifd/proto/mbim.sh

index 3cc7412e6b5c144c5531f73756a8342173c20894..a777c9bd60e366b65a9f5f8b0003c85a8e589e60 100755 (executable)
@@ -125,7 +125,6 @@ proto_mbim_setup() {
        json_add_string name "${interface}_dhcpv6"
        json_add_string ifname "@$interface"
        json_add_string proto "dhcpv6"
-       json_close_object
        ubus call network add_dynamic "$(json_dump)"
 }