Ticket #794: scheduler.patch

File scheduler.patch, 369 bytes (added by mythtv@…, 19 years ago)
  • scheduler.cpp

     
    15241524                    break;
    15251525            }
    15261526        }
     1527    } else {
     1528        // we allow shutdown generally, if there is no command set
     1529        retval = true;
    15271530    }
    15281531    return retval;
    15291532}