6to4: Update g_web_request_get()
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 27 Apr 2012 14:33:14 +0000 (17:33 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Apr 2012 14:45:01 +0000 (16:45 +0200)
src/6to4.c

index c75af94..340b69e 100644 (file)
@@ -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);
        }