mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-22 11:21:28 +00:00
Really prevent recursive invocations of log file compression and deletion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38651 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c9e1e382c7
commit
551a021c3e
1 changed files with 1 additions and 1 deletions
|
@ -2646,7 +2646,6 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
||||||
else logUncompressed = ti;
|
else logUncompressed = ti;
|
||||||
|
|
||||||
DESTROY(arp);
|
DESTROY(arp);
|
||||||
sweeping = NO;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Perform this one in another thread.
|
/* Perform this one in another thread.
|
||||||
|
@ -2662,6 +2661,7 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
||||||
}
|
}
|
||||||
[self _sweep: YES at: when];
|
[self _sweep: YES at: when];
|
||||||
[self _sweep: NO at: when];
|
[self _sweep: NO at: when];
|
||||||
|
sweeping = NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) ecNewHour: (NSCalendarDate*)when
|
- (void) ecNewHour: (NSCalendarDate*)when
|
||||||
|
|
Loading…
Reference in a new issue