summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/6to4.c2
1 files changed, 1 insertions, 1 deletions
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);
}