summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/AclPlugin.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-10-12 15:54:07 +0000
committerAlan Conway <aconway@apache.org>2011-10-12 15:54:07 +0000
commitf821fb7fae3c74d8662e7783b255d52c785961f5 (patch)
treeec2a942f8ad27fcb5e72855b97796a0782768f2b /cpp/src/qpid/acl/AclPlugin.cpp
parent2508aed9e4bdc14ca883fde81ee01708dfa461e3 (diff)
downloadqpid-python-f821fb7fae3c74d8662e7783b255d52c785961f5.tar.gz
QPID-3544: ACL denials while replicating exclusive queues to a newly joined node.
Disabled ACL during cluster update process. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1182451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/acl/AclPlugin.cpp')
-rw-r--r--cpp/src/qpid/acl/AclPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/acl/AclPlugin.cpp b/cpp/src/qpid/acl/AclPlugin.cpp
index e4d721ea44..d611797c49 100644
--- a/cpp/src/qpid/acl/AclPlugin.cpp
+++ b/cpp/src/qpid/acl/AclPlugin.cpp
@@ -69,7 +69,7 @@ struct AclPlugin : public Plugin {
}
acl = new Acl(values, b);
- b.setAcl(acl.get());
+ b.setAcl(acl.get());
b.addFinalizer(boost::bind(&AclPlugin::shutdown, this));
}