commit ce3ae41642d1b1cdb72060b1036d0c6c7e6bed96
parent ed1782adf3acab500b520309a108afd1d941238d
Author: FRIGN <dev@frign.de>
Date: Tue, 6 Jan 2015 22:19:57 +0100
Quick fix for API-change
More fundamental support for the now multiple proxy types will
follow.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);
}