From faae42761fe83f083d408d2b4f9e95b7c619122e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 9 Mar 2009 17:03:40 +0000 Subject: Fix cluster TTL: replicte expiry information to newcomers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@751760 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/AMQFrame.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/framing/AMQFrame.cpp') diff --git a/cpp/src/qpid/framing/AMQFrame.cpp b/cpp/src/qpid/framing/AMQFrame.cpp index e56cf5c546..9473b2a513 100644 --- a/cpp/src/qpid/framing/AMQFrame.cpp +++ b/cpp/src/qpid/framing/AMQFrame.cpp @@ -35,7 +35,6 @@ void AMQFrame::init() { subchannel=0; channel=0; encodedSizeCache = 0; - clusterId = 0; } AMQFrame::AMQFrame(const boost::intrusive_ptr& b) : body(b) { init(); } -- cgit v1.2.1