2016-07-22 Fred Gleason <fredg@paravelsystems.com>

* Fixed bug in 'utils/rdclilogedit/rdclilogedit.cpp' that would
	cause the DB connection to time out.
This commit is contained in:
Fred Gleason 2016-07-22 12:42:23 -04:00
parent 1ecadfff17
commit 7bf1cfef9b
2 changed files with 5 additions and 0 deletions

View File

@ -15376,3 +15376,6 @@
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Added the man page for rdclilogedit(1) to the manifest in
'rivendell.spec.in'.
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed bug in 'utils/rdclilogedit/rdclilogedit.cpp' that would
cause the DB connection to time out.

View File

@ -30,6 +30,7 @@
#include <rdcmd_switch.h>
#include <rdconf.h>
#include <rddbheartbeat.h>
#include <rdweb.h>
#include "rdclilogedit.h"
@ -78,6 +79,7 @@ MainObject::MainObject(QObject *parent)
db->removeDatabase(edit_config->mysqlDbname());
exit(256);
}
new RDDbHeartbeat(edit_config->mysqlHeartbeatInterval(),this);
//
// RDAirPlay Configuration