mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user