summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-04 15:26:05 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-04 15:26:05 +0100
commit2e46c05c78a68b77378dc35d7e354b0777787a6b (patch)
tree4cee74aa2a7f047485bb37ef361d30d961f7663f /tools
parentd749b92411f971b8db8f6a1c2b4e4a01b072619f (diff)
parent731c5101b94d9ba35dbe6e4968e572656da3fdba (diff)
downloadrabbitmq-c-github-ask-2e46c05c78a68b77378dc35d7e354b0777787a6b.tar.gz
merged default into bug22951
Diffstat (limited to 'tools')
-rw-r--r--tools/consume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/consume.c b/tools/consume.c
index 2117bba..0d50228 100644
--- a/tools/consume.c
+++ b/tools/consume.c
@@ -148,7 +148,7 @@ static void do_consume(amqp_connection_state_t conn, amqp_bytes_t queue,
int no_ack, const char * const *argv)
{
if (!amqp_basic_consume(conn, 1, queue, AMQP_EMPTY_BYTES, 0, no_ack,
- 0))
+ 0, AMQP_EMPTY_TABLE))
die_rpc(amqp_get_rpc_reply(conn), "basic.consume");
for (;;) {