projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b84588
)
Don't reset associating from function connman_network_set_error()
author
Martin Xu
<martin.xu@intel.com>
Wed, 30 Dec 2009 08:24:07 +0000
(16:24 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 30 Dec 2009 08:50:50 +0000
(
00:50
-0800)
src/network.c
patch
|
blob
|
history
diff --git
a/src/network.c
b/src/network.c
index
7879f04
..
83b12fd
100644
(file)
--- a/
src/network.c
+++ b/
src/network.c
@@
-658,7
+658,6
@@
void connman_network_set_error(struct connman_network *network,
DBG("nework %p, error %d", network, error);
network->connecting = FALSE;
- network->associating = FALSE;
switch (error) {
case CONNMAN_NETWORK_ERROR_UNKNOWN: