James Moger
2015-12-09 afc9deedc7da2b5a3d183941d63e13bfbfb7c78a
src/main/java/com/gitblit/transport/ssh/SshServerSessionFactory.java
@@ -67,6 +67,6 @@
   @Override
   protected AbstractSession doCreateSession(IoSession ioSession) throws Exception {
      return new SshServerSession(server, ioSession);
      return new SshServerSession(getServer(), ioSession);
   }
}