diff options
author | Alan Conway <aconway@apache.org> | 2012-07-23 21:29:17 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-07-23 21:29:17 +0000 |
commit | 95b520247a24a8fc3b10bbd9584bf49019529a30 (patch) | |
tree | d2f95df6e9de1ee36b1a7ccb6678d3bff4b8c550 /cpp/src/qpid/ha/QueueGuard.cpp | |
parent | 96dc5f4c55cc14260a27814678f19a9233d8e24b (diff) | |
download | qpid-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.cpp | 2 |
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 { |