From 761f0ead2aeb316010cfbea2312dccf2c1e14ecb Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Mon, 30 Jun 2014 16:40:20 +0200 Subject: [PATCH 1/1] openldap: fix typo preventing PDU stats from getting collected --- src/openldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openldap.c b/src/openldap.c index 6a9bd2d6..166dcec3 100644 --- a/src/openldap.c +++ b/src/openldap.c @@ -594,7 +594,7 @@ static int ldap_read_host (user_data_t *ud) counter, st); } else if (strcmp (dn, - "cn=PUD,cn=Statistics,cn=Monitor") + "cn=PDU,cn=Statistics,cn=Monitor") == 0) { submit_derive ("derive", "statistics-pdu", -- 2.11.0