projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9640d
)
Use proper definition for finding device structure
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 21 Sep 2010 14:43:37 +0000
(23:43 +0900)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 21 Sep 2010 14:43:37 +0000
(23:43 +0900)
src/service.c
patch
|
blob
|
history
diff --git
a/src/service.c
b/src/service.c
index
ec08431
..
196d0f2
100644
(file)
--- a/
src/service.c
+++ b/
src/service.c
@@
-3167,7
+3167,7
@@
int __connman_service_create_and_connect(DBusMessage *msg)
g_strcmp0(security, "ieee8021x") != 0)
return -EINVAL;
- device = __connman_element_find_device(CONNMAN_
DE
VICE_TYPE_WIFI);
+ device = __connman_element_find_device(CONNMAN_
SER
VICE_TYPE_WIFI);
if (device == NULL)
return -EOPNOTSUPP;