summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/cpp/src/qpid/broker/Link.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Link.cpp b/qpid/cpp/src/qpid/broker/Link.cpp
index d2ecb9dd52..9ce0c710bd 100644
--- a/qpid/cpp/src/qpid/broker/Link.cpp
+++ b/qpid/cpp/src/qpid/broker/Link.cpp
@@ -419,7 +419,7 @@ Manageable::status_t Link::ManagementMethod (uint32_t op, Args& args, string& te
{
case _qmf::Link::METHOD_CLOSE :
checkClosePermission();
- if (!closing) {
+ if (!closing) {
closing = true;
if (state != STATE_CONNECTING && connection) {
//connection can only be closed on the connections own IO processing thread