diff options
Diffstat (limited to 'cpp/src/qpid/broker/Link.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Link.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Link.cpp b/cpp/src/qpid/broker/Link.cpp index d2ecb9dd52..9ce0c710bd 100644 --- a/cpp/src/qpid/broker/Link.cpp +++ b/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 |
