1
0
Fork 0
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:
Mitchell Livingston 2012-11-04 19:29:53 +00:00
parent 1e34d5a78b
commit 16c3540792

View file

@ -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);