This commit is contained in:
angelblue05 2017-10-04 17:47:30 -05:00
parent 88dd33d4ce
commit 0435ab5b98

View file

@ -407,7 +407,7 @@ class ConnectionManager(object):
connectServers = self._getConnectServers(credentials)
foundServers = self._findServers(self._serverDiscovery())
if not connectServers or not foundServers: # back out right away, no point in continuing
if not connectServers and not foundServers: # back out right away, no point in continuing
log.info("Found no servers")
return []