ITS#7780,#7781 fix prev commit

This commit is contained in:
Howard Chu 2014-12-18 19:33:38 +00:00
parent 8958d2b7cb
commit 2930a68808

View File

@ -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 )) {