X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Famqp.c;h=bf0f80f58498867db94f5d4534e343aba3eec001;hb=78154d2a5ae84e8f45d4f9ce6a7519add74b4b30;hp=30f6f42703b58ae3e7a642bd474eb5d6415eef26;hpb=9b43c4ca7442e7886c1fbe339ce57f297872269f;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index 30f6f427..bf0f80f5 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -696,7 +696,7 @@ static void *camqp_subscribe_thread (void *user_data) /* {{{ */ continue; } - status = camqp_read_header (conf); + camqp_read_header (conf); amqp_maybe_release_buffers (conf->connection); } /* while (subscriber_threads_running) */