summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/consume.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/consume.c b/tools/consume.c
index a641708..943406b 100644
--- a/tools/consume.c
+++ b/tools/consume.c
@@ -170,8 +170,8 @@ int main(int argc, const char **argv)
char *queue = NULL;
char *exchange = NULL;
char *routing_key = NULL;
- int declare;
- int no_ack;
+ int declare = 0;
+ int no_ack = 0;
amqp_bytes_t queue_bytes;
struct poptOption options[] = {