fix sync entries not being purged due to c&p error.
This commit is contained in:
parent
8db5ec1e5e
commit
5633236ed2
|
@ -927,7 +927,7 @@ sync_boxes( store_t *mctx, const char *mname,
|
|||
case EX_STORE_BAD: ret = SYNC_SLAVE_BAD; goto finish;
|
||||
case EX_RSTORE_BAD: ret = SYNC_MASTER_BAD; goto finish;
|
||||
default: ret = SYNC_FAIL; break;
|
||||
case EX_OK: mex = 1;
|
||||
case EX_OK: sex = 1;
|
||||
}
|
||||
}
|
||||
if (mex || sex) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user