mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7780,#7781 fix prev commit
This commit is contained in:
parent
8958d2b7cb
commit
2930a68808
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ constraint_add( Operation *op, SlapReply *rs )
|
|||
BerVarray b = NULL;
|
||||
int i;
|
||||
struct berval rsv = BER_BVC("add breaks constraint");
|
||||
int rc;
|
||||
int rc = 0;
|
||||
char *msg = NULL;
|
||||
|
||||
if (get_relax(op) || SLAPD_SYNC_IS_SYNCCONN( op->o_connid )) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue