X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Famqp.c;h=bf0f80f58498867db94f5d4534e343aba3eec001;hb=dbf349ec8c0150a52a7bad5f8b9fc79a6201e2f6;hp=30f6f42703b58ae3e7a642bd474eb5d6415eef26;hpb=51612a1b2f96f6e360f874f6da0b20eac94f48b3;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) */