From f0df3a569fa7f642a35b97ef0cc3b00247541dad Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Fri, 27 Apr 2012 17:33:14 +0300 Subject: 6to4: Update g_web_request_get() --- src/6to4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/6to4.c') diff --git a/src/6to4.c b/src/6to4.c index c75af94f..340b69e5 100644 --- 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); } -- cgit v1.2.3