Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / amqp.c
index 97359cf..aba4f01 100644 (file)
@@ -716,7 +716,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) */