mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2019-04-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a race in rdservice(8) that could cause a deadlock when starting on a system with many dropboxes configured. * Fixed a bug in rdadmin(1) that caused a spurious error message when started on a system with the 'rivendell' service inactive.
This commit is contained in:
@@ -111,7 +111,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
// Open the Database
|
||||
//
|
||||
rda=new RDApplication("RDAdmin","rdadmin",RDADMIN_USAGE,this);
|
||||
if(!rda->open(&err_msg,&err_type)) {
|
||||
if(!rda->open(&err_msg,&err_type,false)) {
|
||||
if(err_type!=RDApplication::ErrorNoHostEntry) {
|
||||
QMessageBox::critical(this,"RDAdmin - "+tr("Error"),err_msg);
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user