changeset 114:b44a0308b53f

Add missing else statement.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 22:59:53 +0300
parents 059f48a04024
children 13f001f1ad6e
files th_network.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_network.c	Sat Jun 21 22:59:36 2014 +0300
+++ b/th_network.c	Sat Jun 21 22:59:53 2014 +0300
@@ -401,7 +401,7 @@
             "No authentication method could be negotiated with the server.\n");
         goto out;
     }
-
+    else
     if (auth == TH_SOCKS5_AUTH_USER)
     {
         // Attempt user/pass authentication (RFC 1929)