From: Martin Xu Date: Mon, 4 Jan 2010 05:56:57 +0000 (+0800) Subject: Fix compilation error within WiMAX plugin X-Git-Tag: 2.0_alpha~2923 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8777f74f4c657d42c4f953cb3b287062ca16198;p=framework%2Fconnectivity%2Fconnman.git Fix compilation error within WiMAX plugin --- diff --git a/plugins/iwmx.c b/plugins/iwmx.c index df786d2..0ee6580 100644 --- a/plugins/iwmx.c +++ b/plugins/iwmx.c @@ -234,7 +234,7 @@ static void iwmx_cm_dev_connected(struct wmxsdk *wmxsdk) } wmxsdk->nw = connman_network_ref(nw); wmxsdk->connecting_nw = NULL; - connman_network_set_method(network, CONNMAN_IPCONFIG_METHOD_DHCP); + connman_network_set_method(nw, CONNMAN_IPCONFIG_METHOD_DHCP); connman_network_set_connected(nw, TRUE); DBG("connected to network %s\n", connman_network_get_identifier(nw));