summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorz3bra <contactatz3bradotorg>2016-11-02 12:21:58 +0100
committerz3bra <contactatz3bradotorg>2016-11-08 16:47:51 +0100
commitc92b4d1bd74d2e129ed6d65996a1307b6efc3b98 (patch)
treec829f8de763fef4eeff03744f5363d2327176271
parent29bd24ebb68210e2cd61b8b25f2516a88dd54377 (diff)
Discard error reporting in tox_new()
-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");