@joelbax commented on this pull request.


> @@ -557,25 +561,52 @@ static int rabbitmq_connect(amqp_connection_state_t 
> *conn)
        int ret;
        int log_ret;
        //      amqp_rpc_reply_t reply;
+       
+       // amqp_ssl_init_called should only be called once
+       if(amqp_info.ssl && !amqp_ssl_init_called) {
+               amqp_set_initialize_ssl_library(1);
+               amqp_ssl_init_called = 1;
+               LM_DBG("AMQP SSL library inilialized\n");

Fixed!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3511#discussion_r1263714312
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3511/review/[email protected]>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to