mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-02-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that caused segfaults upon startup. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -162,7 +162,8 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
// Open the Database
|
||||
//
|
||||
rda=new RDApplication("rdcatchd","rdcatchd",RDCATCHD_USAGE,this);
|
||||
rda=static_cast<RDApplication *>(new RDCoreApplication("rdcatchd","rdcatchd",
|
||||
RDCATCHD_USAGE,this));
|
||||
if(!rda->open(&err_msg,&err_type,false)) {
|
||||
fprintf(stderr,"rdcatchd: %s\n",(const char *)err_msg);
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user