X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=861cb5cb6c412d3f63711083d3c017e09d4299dc;hb=9f6f901889d4c9f594b5ae1fd0f449fcdd2d8fe3;hp=e5a2d79eb61d07d50367a696f6b5dc1595e5b302;hpb=45c3dab26b4de8e49c301afa52d7c9e4f2b1500b;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index e5a2d79e..861cb5cb 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -422,7 +422,7 @@ static int camqp_connect (camqp_config_t *conf) /* {{{ */ } #ifdef HAVE_AMQP_TCP_SOCKET -# define CLOSE_SOCKET() // amqp_destroy_connection() closes the socket for us +# define CLOSE_SOCKET() /* amqp_destroy_connection() closes the socket for us */ /* TODO: add support for SSL using amqp_ssl_socket_new * and related functions */ socket = amqp_tcp_socket_new (conf->connection);