chpwd: Remove redundant user-name check in the SSH-service path.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 4 Feb 2014 14:49:42 +0000 (14:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 4 Feb 2014 14:49:42 +0000 (14:49 +0000)
chpwd

diff --git a/chpwd b/chpwd
index 2671906..7190ddf 100755 (executable)
--- a/chpwd
+++ b/chpwd
@@ -243,7 +243,6 @@ if __name__ == '__main__':
       with cli_errors():
         cmd = ssh_setup()
         CU.set_user(ENV['CHPWD_SSH_USER'])
-        S.SERVICES['master'].find(CU.USER)
         with OUT.redirect_to(O.FileOutput()):
           OPTPARSE.dispatch('userv', cmd)