James Moger
2015-11-10 c332d9a3d4d9485cfe60fb8dd9db7dbde971642c
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);
   }
}