mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdservice(8) that caused maintenance routines to be attempted only once per invocation.
This commit is contained in:
@@ -34,6 +34,11 @@ void MainObject::checkMaintData()
|
||||
QDateTime(QDate::currentDate(),QTime::currentTime());
|
||||
bool run=false;
|
||||
|
||||
//
|
||||
// Schedule Next Maintenance Run
|
||||
//
|
||||
svc_maint_timer->start(GetMaintInterval());
|
||||
|
||||
RunLocalMaintRoutine();
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user