summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index ea2da33..62e76a1 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1191,7 +1191,7 @@ toxinit(void)
logmsg("Net > Using proxy %s:%hu\n", proxyaddr, proxyport);
}
- tox = tox_new(&toxopt);
+ tox = tox_new(&toxopt, NULL);
if (!tox)
eprintf("Core : Tox > Initialization failed\n");