summaryrefslogtreecommitdiff
path: root/tools/web-test.c
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2012-04-27 17:33:16 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-04-27 16:45:01 +0200
commitb9d16f7fe9c5f42cd14b5839a81deae3ccd94c14 (patch)
treed3819cbe4ab2dcb83f2cbc2422e6ee469e6bb109 /tools/web-test.c
parent39d675b3ff57daa893239afff879757eb692122e (diff)
downloadconnman-b9d16f7fe9c5f42cd14b5839a81deae3ccd94c14.tar.gz
connman-b9d16f7fe9c5f42cd14b5839a81deae3ccd94c14.tar.bz2
connman-b9d16f7fe9c5f42cd14b5839a81deae3ccd94c14.zip
tools: Add WISPr route request debug printouts
Update g_web_request_get() and add WISPr route request debug printouts.
Diffstat (limited to 'tools/web-test.c')
-rw-r--r--tools/web-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/web-test.c b/tools/web-test.c
index 82ea46bd..aac86023 100644
--- a/tools/web-test.c
+++ b/tools/web-test.c
@@ -150,7 +150,7 @@ int main(int argc, char *argv[])
timer = g_timer_new();
- if (g_web_request_get(web, argv[1], web_result, NULL) == 0) {
+ if (g_web_request_get(web, argv[1], web_result, NULL, NULL) == 0) {
fprintf(stderr, "Failed to start request\n");
return 1;
}