SilverFox
2016-04-08 924d8e3cb67d0b35cad3b9b35f3373db2e8feeb7
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);
   }
}