mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-14 08:39:31 +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:
parent
00bf0e9aa6
commit
3ca85127e7
@ -17789,3 +17789,6 @@
|
||||
const QString &test1,const QString &name2,const QString &test2,
|
||||
const QString &name3,const QString &test3,const QString ¶m,
|
||||
bool *valid=0)' function.
|
||||
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.
|
||||
|
@ -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();
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user