|
|
|
@ -6,8 +6,10 @@
|
|
|
|
|
// Frankfurt, Germany, 2004
|
|
|
|
|
//
|
|
|
|
|
// This file ist contributed by Martin Thelian
|
|
|
|
|
//last major change: $LastChangedDate$ by $LastChangedBy$
|
|
|
|
|
//Revision: $LastChangedRevision$
|
|
|
|
|
//
|
|
|
|
|
// $LastChangedDate$
|
|
|
|
|
// $LastChangedRevision$
|
|
|
|
|
// $LastChangedBy$
|
|
|
|
|
//
|
|
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
@ -42,7 +44,6 @@
|
|
|
|
|
// the intact and unchanged copyright notice.
|
|
|
|
|
// Contributions and changes to the program code must be marked as such.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package de.anomic.server;
|
|
|
|
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
@ -147,7 +148,6 @@ public class serverPortForwardingSch implements serverPortForwarding{
|
|
|
|
|
return this.forwardingPort;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public synchronized void connect() throws IOException {
|
|
|
|
|
try{
|
|
|
|
|
if ((session != null) && (session.isConnected()))
|
|
|
|
|