]> git.sur5r.net Git - openldap/commitdiff
Fix typo in cancel config
authorHoward Chu <hyc@openldap.org>
Wed, 15 Oct 2014 10:21:19 +0000 (11:21 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 10 Dec 2014 23:55:57 +0000 (17:55 -0600)
servers/slapd/back-meta/config.c

index 96e9af6131e33f123ef39809a2d77f673369f70b..8eeb3a7854165dc8e91d6afc54c5c130fc632576 100644 (file)
@@ -2450,7 +2450,7 @@ meta_back_cf_gen( ConfigArgs *c )
                        return 1;
                }
                mc->mc_flags &= ~LDAP_BACK_F_CANCEL_MASK2;
-               mc->mc_flags |= t_f_mode[i].mask;
+               mc->mc_flags |= cancel_mode[i].mask;
                break;
 
        case LDAP_BACK_CFG_TIMEOUT: