@lbalaceanu commented on this pull request.
@@ -843,7 +843,7 @@ int receive_loop(peer
*original_peer)
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
if(enable_tls) {
to_ssl(&sp2->tls_ctx, &sp2->tls_conn,
- sp->tcp_socket, method);
+ sp2->tcp_socket, method);
This also looks like a typo.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4030#pullrequestreview-2445588248
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4030/review/2445588248(a)github.com>