2021-03-08 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression rdxport.cgi that caused early termination
	of CGI processes.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-03-08 17:03:35 -05:00
parent ede57fe679
commit 3cd1001d51
2 changed files with 4 additions and 0 deletions

View File

@ -21255,3 +21255,6 @@
* Removed Qt3-style accelerators from rdlogmanager(1).
* Removed Qt3-style accelerators from rdselect(1).
* Removed Qt3-style accelerators from rddbconfig(8).
2021-03-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression rdxport.cgi that caused early termination
of CGI processes.

View File

@ -473,6 +473,7 @@ void Xport::XmlExit(const QString &str,int code,const QString &srcfile,
int main(int argc,char *argv[])
{
QCoreApplication::setSetuidAllowed(true);
QCoreApplication a(argc,argv,false);
new Xport();
return a.exec();