Skip to content

Commit

Permalink
fix ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed May 8, 2024
1 parent 7b5a520 commit 88a650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ylt/coro_rpc/impl/coro_rpc_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ class coro_rpc_client {

#ifdef YLT_ENABLE_SSL
if (!ssl_init_ret_) {
co_return rpc_error{errc::not_connected}};
co_return rpc_error{errc::not_connected};
}
#endif

Expand Down

0 comments on commit 88a650d

Please sign in to comment.