# HG changeset patch # User Matti Hamalainen # Date 1400702066 -10800 # Node ID 7d1aac6b27afb59f54003bd2c2caedfa44e3e321 # Parent ada20f5994906e76df5ced1582350f74be2e8ccf Disable SOCKS 5 specific code that is not supported yet. diff -r ada20f599490 -r 7d1aac6b27af main.c --- a/main.c Wed May 21 20:45:40 2014 +0300 +++ b/main.c Wed May 21 22:54:26 2014 +0300 @@ -240,10 +240,12 @@ optProxyServer = th_strdup(host); // Check what authentication type to use +/* if (optProxyType == NN_PROXY_SOCKS5 && optProxyUserID != NULL && optProxyPassword != NULL) optProxyAuthType = NN_PROXY_AUTH_USER; else +*/ optProxyAuthType = NN_PROXY_AUTH_NONE; ret = TRUE;