diff options
author | Martin Xu <martin.xu@intel.com> | 2010-04-12 14:35:06 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-04-13 15:51:36 +0200 |
commit | cda1778778f5896d693064668f72997e28c43a7c (patch) | |
tree | 3123739f426afbf366ceea5b72321fdb699cceee /plugins | |
parent | 6703448b15a6a9f327f07f807aa5d5b044ea2b40 (diff) | |
download | connman-cda1778778f5896d693064668f72997e28c43a7c.tar.gz connman-cda1778778f5896d693064668f72997e28c43a7c.tar.bz2 connman-cda1778778f5896d693064668f72997e28c43a7c.zip |
Remove erroneous DHCP method setting from bluetooth plugin
The ipconfig method is set by connman_network_set_index(), DHCP being the
default one.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bluetooth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index ee91b7fb..1c0fa964 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -109,8 +109,6 @@ static void connect_reply(DBusPendingCall *call, void *user_data) connman_network_set_index(network, index); - connman_network_set_method(network, CONNMAN_IPCONFIG_METHOD_DHCP); - connman_network_set_connected(network, TRUE); done: |