@remcovanvugt commented on this pull request.


In src/modules/kazoo/kz_amqp.c:

> @@ -846,17 +846,17 @@ void kz_amqp_channel_close(kz_amqp_conn_ptr rmq, amqp_channel_t channel)
 	kz_amqp_error("closing channel",
 			amqp_channel_close(rmq->conn, channel, AMQP_REPLY_SUCCESS));
 }
-#if AMQP_VERSION_MAJOR == 0 && AMQP_VERSION_MINOR < 13

Sorry about the extra work, I overlooked the commit between 5.8.2 and master. That's why this got accidentally removed. It should be as it was now.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4002/review/2381462066@github.com>