James Moger
2015-11-19 e41e8f8c3bc9f5edab1d271464364f95620ece8c
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);
   }
}