mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#7780,#7781 fix prev commit
This commit is contained in:
parent
8958d2b7cb
commit
2930a68808
@ -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 New Issue
Block a user