mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
remove invalid break in r13611
This commit is contained in:
parent
1e34d5a78b
commit
16c3540792
1 changed files with 0 additions and 1 deletions
|
@ -4479,7 +4479,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
if (anyActive)
|
||||
{
|
||||
sleep(15);
|
||||
break;
|
||||
}
|
||||
|
||||
IOAllowPowerChange(fRootPort, (long) messageArgument);
|
||||
|
|
Loading…
Reference in a new issue