* Oops.
This commit is contained in:
		
							parent
							
								
									b33da599c5
								
							
						
					
					
						commit
						524fa8a4f1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -657,7 +657,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
 | 
				
			||||||
            random_shuffle(entries_.begin(), entries_.end());
 | 
					            random_shuffle(entries_.begin(), entries_.end());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            foreach (vector<Path>::iterator, i, entries_)
 | 
					            foreach (vector<Path>::iterator, i, entries_)
 | 
				
			||||||
                tryToDelete(state, nixStore + "/" + *i);
 | 
					                tryToDelete(state, *i);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        } catch (GCLimitReached & e) {
 | 
					        } catch (GCLimitReached & e) {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue