summaryrefslogtreecommitdiffstats
path: root/sshuttle/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/ssh.py')
-rw-r--r--sshuttle/ssh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sshuttle/ssh.py b/sshuttle/ssh.py
index 72951f6..464e92c 100644
--- a/sshuttle/ssh.py
+++ b/sshuttle/ssh.py
@@ -114,7 +114,6 @@ def parse_hostport(rhostport):
host = parsed.hostname
port = parsed.port
-
if password is None or len(password) == 0:
password = None