From: Pierangelo Masarati Date: Tue, 28 Aug 2007 18:37:23 +0000 (+0000) Subject: forgot to re-sort operation names X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~52 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=faa52ce41036e8686a7c8606369f26f424da8f5a;p=openldap forgot to re-sort operation names --- diff --git a/servers/slapd/back-monitor/operation.c b/servers/slapd/back-monitor/operation.c index 48bbcd5f70..74bd27402c 100644 --- a/servers/slapd/back-monitor/operation.c +++ b/servers/slapd/back-monitor/operation.c @@ -34,12 +34,12 @@ struct monitor_ops_t { } monitor_op[] = { { BER_BVC( "cn=Bind" ), BER_BVNULL }, { BER_BVC( "cn=Unbind" ), BER_BVNULL }, + { BER_BVC( "cn=Search" ), BER_BVNULL }, + { BER_BVC( "cn=Compare" ), BER_BVNULL }, + { BER_BVC( "cn=Modify" ), BER_BVNULL }, + { BER_BVC( "cn=Modrdn" ), BER_BVNULL }, { BER_BVC( "cn=Add" ), BER_BVNULL }, { BER_BVC( "cn=Delete" ), BER_BVNULL }, - { BER_BVC( "cn=Modrdn" ), BER_BVNULL }, - { BER_BVC( "cn=Modify" ), BER_BVNULL }, - { BER_BVC( "cn=Compare" ), BER_BVNULL }, - { BER_BVC( "cn=Search" ), BER_BVNULL }, { BER_BVC( "cn=Abandon" ), BER_BVNULL }, { BER_BVC( "cn=Extended" ), BER_BVNULL }, { BER_BVNULL, BER_BVNULL }