summaryrefslogtreecommitdiff
path: root/cpp/broker/test/ChannelTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/broker/test/ChannelTest.cpp')
-rw-r--r--cpp/broker/test/ChannelTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/broker/test/ChannelTest.cpp b/cpp/broker/test/ChannelTest.cpp
index 45498989f2..001a0d9c00 100644
--- a/cpp/broker/test/ChannelTest.cpp
+++ b/cpp/broker/test/ChannelTest.cpp
@@ -108,7 +108,7 @@ class ChannelTest : public CppUnit::TestCase
msg->addContent(body);
Queue::shared_ptr queue(new Queue("my_queue"));
- ConnectionToken* owner;
+ ConnectionToken* owner(0);
string tag("no_ack");
channel.consume(tag, queue, false, false, owner);