summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-09-07 17:49:20 +0000
committerCharles E. Rolke <chug@apache.org>2012-09-07 17:49:20 +0000
commit1e49b9a6e59c9a767cbd573a54656fba2e4329dd (patch)
tree7fb52ef0bd26c6776eb27875c8c86447dff2ada9 /cpp/src
parente9dba69b49ad4943dab4cee05dc88c5f4ff97462 (diff)
downloadqpid-python-1e49b9a6e59c9a767cbd573a54656fba2e4329dd.tar.gz
QPID-2393 Acl counts queues. Fix unit name in management stat. (from r1376961)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1382100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/acl/management-schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/acl/management-schema.xml b/cpp/src/qpid/acl/management-schema.xml
index 5e42e94f52..2ac20bb324 100644
--- a/cpp/src/qpid/acl/management-schema.xml
+++ b/cpp/src/qpid/acl/management-schema.xml
@@ -28,7 +28,7 @@
<property name="maxQueuesPerUser" type="uint16" access="RO" desc="Maximum allowed queues"/>
<statistic name="aclDenyCount" type="count64" unit="request" desc="Number of ACL requests denied"/>
<statistic name="connectionDenyCount" type="count64" unit="connection" desc="Number of connections denied"/>
- <statistic name="queueQuotaDenyCount" type="count64" unit="connection" desc="Number of queue creations denied"/>
+ <statistic name="queueQuotaDenyCount" type="count64" unit="queue" desc="Number of queue creations denied"/>
<method name="reloadACLFile" desc="Reload the ACL file"/>