2019-10-28 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'rdxport.cgi' that caused a check of the
	Rivendell services to be triggered each time a WebAPI function was
	invoked.
This commit is contained in:
Fred Gleason
2019-10-28 15:27:40 -04:00
parent 2e63639058
commit 8a2dd87545
9 changed files with 41 additions and 37 deletions

View File

@@ -53,7 +53,7 @@ Xport::Xport(QObject *parent)
// Open the Database
//
rda=new RDApplication("rdxport.cgi","rdxport.cgi",RDXPORT_CGI_USAGE,this);
if(!rda->open(&err_msg)) {
if(!rda->open(&err_msg,NULL,false)) {
printf("Content-type: text/html\n");
printf("Status: 500\n");
printf("\n");