From b457754d24725da1cb8ed8c1fcf82114496161c6 Mon Sep 17 00:00:00 2001 From: David Wragg Date: Tue, 25 May 2010 10:33:16 +0100 Subject: Move the common_consume code into consume.c 95% of the options provided by the common_consume code don't actually make sense for amqp-get, and now I find myself documenting them, it seems more sensible to restrict them to amqp-consume. --- tools/publish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/publish.c') diff --git a/tools/publish.c b/tools/publish.c index a5b86b2..21314b2 100644 --- a/tools/publish.c +++ b/tools/publish.c @@ -111,7 +111,7 @@ int main(int argc, const char **argv) memset(&props, 0, sizeof props); props._flags = AMQP_BASIC_DELIVERY_MODE_FLAG; - props.delivery_mode = 2; // persistent delivery mode + props.delivery_mode = 2; /* persistent delivery mode */ if (content_type) { props._flags |= AMQP_BASIC_CONTENT_TYPE_FLAG; -- cgit v1.2.1