]> git.sur5r.net Git - openldap/commitdiff
No longer hide cancel.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 16 Feb 2006 05:05:52 +0000 (05:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 16 Feb 2006 05:05:52 +0000 (05:05 +0000)
servers/slapd/extended.c

index 82a1cecf9bf1eecf277c94f96b13436e32083fdc..fc2dd748a353f5a1d9a76d729f716bc79d9f2355 100644 (file)
@@ -66,7 +66,7 @@ static struct {
        slap_mask_t flags;
        SLAP_EXTOP_MAIN_FN *ext_main;
 } builtin_extops[] = {
-       { &slap_EXOP_CANCEL, SLAP_EXOP_HIDE, cancel_extop },
+       { &slap_EXOP_CANCEL, 0, cancel_extop },
        { &slap_EXOP_WHOAMI, 0, whoami_extop },
        { &slap_EXOP_MODIFY_PASSWD, SLAP_EXOP_WRITES, passwd_extop },
        { NULL, 0, NULL }