Skip to content

Commit

Permalink
Avoid reinitialization of ClientInvoker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Nov 11, 2024
1 parent 9876f2d commit 68ee815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/service/src/ecflow/service/mirror/MirrorClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ MirrorData MirrorClient::get_node_status(const std::string& remote_host,
SLOG(D, "MirrorClient: Authentication Credentials: " << remote_username << ":" << remote_password);

try {
impl_ = std::make_unique<Impl>();
impl_->invoker_.set_host_port(remote_host, remote_port);
if (ssl) {
impl_->invoker_.enable_ssl();
Expand Down

0 comments on commit 68ee815

Please sign in to comment.