Skip to content
Snippets Groups Projects
Commit faa52ce4 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

forgot to re-sort operation names

parent 9a079700
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment