From 75b79a3b11abf1def01f765f21cc781d54996153 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 8 Dec 2008 12:04:02 +0000 Subject: src/qpid/cluster/OutputInterceptor.cpp: revert locking. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724330 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/Connection.cpp') diff --git a/cpp/src/qpid/cluster/Connection.cpp b/cpp/src/qpid/cluster/Connection.cpp index 1023e86bae..fae81acf00 100644 --- a/cpp/src/qpid/cluster/Connection.cpp +++ b/cpp/src/qpid/cluster/Connection.cpp @@ -91,7 +91,7 @@ bool Connection::doOutput() { // which stocks up the write buffers with data. // void Connection::deliverDoOutput(uint32_t requested) { - + assert(!catchUp); output.deliverDoOutput(requested); } -- cgit v1.2.1