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:
24e107f
)
service: wispr fallback when wpad fails
author
Tomasz Bursztyka
<tomasz.bursztyka@linux.intel.com>
Mon, 17 Oct 2011 12:52:24 +0000
(15:52 +0300)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Thu, 20 Oct 2011 22:21:21 +0000
(
00:21
+0200)
src/service.c
patch
|
blob
|
history
diff --git
a/src/service.c
b/src/service.c
index c135f42e8d59ab9b6f87624e98a48d604486c3c8..598279233124c86f53b08ece9f19a8f10ef3191c 100644
(file)
--- a/
src/service.c
+++ b/
src/service.c
@@
-4156,6
+4156,7
@@
static void check_proxy_setup(struct connman_service *service)
if (__connman_wpad_start(service) < 0) {
service->proxy = CONNMAN_SERVICE_PROXY_METHOD_DIRECT;
__connman_notifier_proxy_changed(service);
+ goto done;
}
return;