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:
Fred Gleason
2018-10-16 19:23:16 -04:00
parent 00bf0e9aa6
commit 3ca85127e7
2 changed files with 8 additions and 0 deletions

View File

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