mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix typo in cancel config
This commit is contained in:
parent
d06073d0d6
commit
10d5815c62
@ -2448,7 +2448,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:
|
||||
|
Loading…
Reference in New Issue
Block a user