James Moger
2014-03-18 991857ff2de203699c9592cccfb9e742d16d02cd
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
@@ -166,6 +166,7 @@
         run.set(false);
         try {
            ((SshCommandFactory) sshd.getCommandFactory()).stop();
            sshd.stop();
         } catch (InterruptedException e) {
            log.error("SSH Daemon stop interrupted", e);