Skip to content

Commit

Permalink
https://issues.apache.org/jira/browse/AMQCPP-538
Browse files Browse the repository at this point in the history
  • Loading branch information
tabish121 committed Apr 16, 2014
1 parent d26d2c9 commit 928292d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -750,7 +750,7 @@ void FailoverTransport::handleConnectionControl(const Pointer<Command> control)
if (isReconnectSupported()) {
reconnect(URI(reconnectStr));
}
} catch (Exception e) {
} catch (Exception& e) {
}
}
}
Expand Down

0 comments on commit 928292d

Please sign in to comment.