mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix typo in cancel config
This commit is contained in:
parent
d06073d0d6
commit
10d5815c62
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue