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