From 0bfae7d990b3f59cec2a2b9d4005a57f9685a148 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 12 Jan 2016 10:00:49 +0000 Subject: NO-JIRA: initialise 'print' option to false git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1724188 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/messaging/spout.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/examples') diff --git a/qpid/cpp/examples/messaging/spout.cpp b/qpid/cpp/examples/messaging/spout.cpp index d11bb8bd03..f8d1c7d77d 100644 --- a/qpid/cpp/examples/messaging/spout.cpp +++ b/qpid/cpp/examples/messaging/spout.cpp @@ -59,7 +59,8 @@ struct Options : OptionParser url("127.0.0.1"), timeout(0), count(1), - durable(false) + durable(false), + print(false) { add("broker,b", url, "url of broker to connect to"); add("timeout,t", timeout, "exit after the specified time"); -- cgit v1.2.1