projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c3dab
)
amqp plugin: Don't use C++ style comments.
author
Sebastian Harl
<sh@tokkee.org>
Wed, 22 Jan 2014 12:29:53 +0000
(13:29 +0100)
committer
Sebastian Harl
<sh@tokkee.org>
Wed, 22 Jan 2014 12:29:53 +0000
(13:29 +0100)
src/amqp.c
patch
|
blob
|
history
diff --git
a/src/amqp.c
b/src/amqp.c
index
e5a2d79
..
861cb5c
100644
(file)
--- 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);