mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-23 17:21:03 +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 &test1,const QString &name2,const QString &test2,
|
||||||
const QString &name3,const QString &test3,const QString ¶m,
|
const QString &name3,const QString &test3,const QString ¶m,
|
||||||
bool *valid=0)' function.
|
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());
|
QDateTime(QDate::currentDate(),QTime::currentTime());
|
||||||
bool run=false;
|
bool run=false;
|
||||||
|
|
||||||
|
//
|
||||||
|
// Schedule Next Maintenance Run
|
||||||
|
//
|
||||||
|
svc_maint_timer->start(GetMaintInterval());
|
||||||
|
|
||||||
RunLocalMaintRoutine();
|
RunLocalMaintRoutine();
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user