]> git.sur5r.net Git - openldap/commitdiff
forgot to re-sort operation names
authorPierangelo Masarati <ando@openldap.org>
Tue, 28 Aug 2007 18:37:23 +0000 (18:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 28 Aug 2007 18:37:23 +0000 (18:37 +0000)
servers/slapd/back-monitor/operation.c

index 48bbcd5f70978bcf69cc3546e43e2ab5d7b95e7a..74bd27402c2805d361cacb098eec6c8bb4ff937c 100644 (file)
@@ -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 }