mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
cc39f75261
commit
2c98342192
@ -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 New Issue
Block a user