From ce3ae41642d1b1cdb72060b1036d0c6c7e6bed96 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Tue, 6 Jan 2015 22:19:57 +0100 Subject: Quick fix for API-change More fundamental support for the now multiple proxy types will follow. --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index cae3405..cc06c4e 100644 --- a/ratox.c +++ b/ratox.c @@ -1191,7 +1191,7 @@ toxinit(void) snprintf(toxopt.proxy_address, sizeof(toxopt.proxy_address), "%s", proxyaddr); toxopt.proxy_port = proxyport; - toxopt.proxy_enabled = 1; + toxopt.proxy_type = 1; logmsg("Net > Using proxy %s:%hu\n", proxyaddr, proxyport); } -- cgit v1.2.3