summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/QueueGuard.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-07-23 21:29:17 +0000
committerAlan Conway <aconway@apache.org>2012-07-23 21:29:17 +0000
commit95b520247a24a8fc3b10bbd9584bf49019529a30 (patch)
treed2f95df6e9de1ee36b1a7ccb6678d3bff4b8c550 /cpp/src/qpid/ha/QueueGuard.cpp
parent96dc5f4c55cc14260a27814678f19a9233d8e24b (diff)
downloadqpid-python-95b520247a24a8fc3b10bbd9584bf49019529a30.tar.gz
NO-JIRA: Fix typos, update comments, update log messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1364806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/ha/QueueGuard.cpp')
-rw-r--r--cpp/src/qpid/ha/QueueGuard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/ha/QueueGuard.cpp b/cpp/src/qpid/ha/QueueGuard.cpp
index 85feadd2ab..a30ab1f73c 100644
--- a/cpp/src/qpid/ha/QueueGuard.cpp
+++ b/cpp/src/qpid/ha/QueueGuard.cpp
@@ -101,7 +101,7 @@ void QueueGuard::cancel() {
void QueueGuard::attach(ReplicatingSubscription& rs) {
Mutex::ScopedLock l(lock);
- subscription = &rs;
+ subscription = &rs;
}
namespace {