chiark / gitweb /
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 267190625e8e5ca0983c19fe49a4df0523a930a8..7190ddf6752d824e96dd44f4e35bd8534f237409 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)