From 0fa91e1f5d486accc6e42aa972edb3e638b4156c Mon Sep 17 00:00:00 2001
From: angelblue05 <tamara.angel05@gmail.com>
Date: Thu, 20 Oct 2016 02:56:55 -0500
Subject: [PATCH] Try to fix connectionmanager

---
 resources/lib/connect/connectionmanager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/lib/connect/connectionmanager.py b/resources/lib/connect/connectionmanager.py
index 60dc2fed..2cddc340 100644
--- a/resources/lib/connect/connectionmanager.py
+++ b/resources/lib/connect/connectionmanager.py
@@ -585,7 +585,7 @@ class ConnectionManager(object):
             if self._validateAuthentication(server, connectionMode) is not False:
                 return self._afterConnectValidated(server, credentials, systemInfo, connectionMode, False, options)
 
-            return
+            return self._resolveFailure()
 
         self._updateServerInfo(server, systemInfo)
         server['LastConnectionMode'] = connectionMode