Skip to content

Commit 88a650d

Browse files
committed
fix ssl
1 parent 7b5a520 commit 88a650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ylt/coro_rpc/impl/coro_rpc_client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ class coro_rpc_client {
738738

739739
#ifdef YLT_ENABLE_SSL
740740
if (!ssl_init_ret_) {
741-
co_return rpc_error{errc::not_connected}};
741+
co_return rpc_error{errc::not_connected};
742742
}
743743
#endif
744744

0 commit comments

Comments
 (0)