Ticket #794: scheduler.patch
File scheduler.patch, 369 bytes (added by , 19 years ago) |
---|
-
scheduler.cpp
1524 1524 break; 1525 1525 } 1526 1526 } 1527 } else { 1528 // we allow shutdown generally, if there is no command set 1529 retval = true; 1527 1530 } 1528 1531 return retval; 1529 1532 }