changeset 618:7d1aac6b27af

Disable SOCKS 5 specific code that is not supported yet.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2014 22:54:26 +0300
parents ada20f599490
children f930003dfa1e
files main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;