summaryrefslogtreecommitdiff
path: root/tools/web-test.c
diff options
context:
space:
mode:
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;
}