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:
747a5c4
)
6to4: Update g_web_request_get()
author
Patrik Flykt
<patrik.flykt@linux.intel.com>
Fri, 27 Apr 2012 14:33:14 +0000
(17:33 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 27 Apr 2012 14:45:01 +0000
(16:45 +0200)
src/6to4.c
patch
|
blob
|
history
diff --git
a/src/6to4.c
b/src/6to4.c
index
c75af94
..
340b69e
100644
(file)
--- a/
src/6to4.c
+++ b/
src/6to4.c
@@
-316,7
+316,7
@@
static void tun_newlink(unsigned flags, unsigned change, void *user_data)
g_web_set_debug(web, web_debug, "6to4");
web_request_id = g_web_request_get(web, STATUS_URL,
-
web_result,
NULL);
+
web_result, NULL,
NULL);
newlink_timeout(NULL);
}