remove dup call to startRemote

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1442144 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2013-02-04 14:57:23 +00:00
parent c372448471
commit a34970a959
1 changed files with 0 additions and 1 deletions

View File

@ -423,7 +423,6 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge, Br
try {
startRemoteBridge();
startRemoteBridge();
} catch (Throwable e) {
serviceRemoteException(e);
}