summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/unit/qpid/broker/ChannelTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/unit/qpid/broker/ChannelTest.cpp b/cpp/test/unit/qpid/broker/ChannelTest.cpp
index 967ec0388f..b0907a40f3 100644
--- a/cpp/test/unit/qpid/broker/ChannelTest.cpp
+++ b/cpp/test/unit/qpid/broker/ChannelTest.cpp
@@ -76,7 +76,7 @@ class ChannelTest : public CppUnit::TestCase
Channel channel(0, 0, 0);
CPPUNIT_ASSERT(!channel.exists("my_consumer"));
- ConnectionToken* owner;
+ ConnectionToken* owner = 0;
string tag("my_consumer");
channel.consume(tag, queue, false, false, owner);
string tagA;