fixup incorrect copy

This commit is contained in:
Richard Frith-Macdonald 2020-03-23 13:40:51 +00:00
parent 69e3ccd27e
commit fc3dcb37b4

View file

@ -2033,7 +2033,7 @@ static NSString *noFiles = @"No log files to archive";
NSUInteger c;
[self ecDoLock];
a = [ecConfigClients copy];
a = [ecConfigClients mutableCopy];
[self ecUnLock];
c = [a count];
while (c-- > 0)