@lbalaceanu commented on this pull request.
In src/modules/cdp/receiver.c:
> @@ -830,7 +830,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);
You are right, this seems like a bug.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.