mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Fix typo
This commit is contained in:
parent
cc39f75261
commit
2c98342192
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ slapiControlOp2SlapControlMask(unsigned long slapi_mask,
|
|||
if ( slapi_mask & SLAPI_OPERATION_ABANDON )
|
||||
*slap_mask |= SLAP_CTRL_ABANDON;
|
||||
|
||||
*slap_mask = SLAP_CTRL_FRONTEND;
|
||||
*slap_mask |= SLAP_CTRL_FRONTEND;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue