James Moger
2014-03-14 8982e6e0738c6991b9a4b864423bd4f75383c7f4
src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java
@@ -133,7 +133,7 @@
       private void onStart() throws IOException {
         synchronized (this) {
          SshContext ctx = new SshContext(session.getAttribute(SshSession.KEY), cmdLine);
          SshCommandContext ctx = new SshCommandContext(session.getAttribute(SshDaemonClient.KEY), cmdLine);
           try {
             cmd = dispatcher;
             cmd.setArguments(argv);