mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-31 16:09:35 +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:
parent
ede57fe679
commit
3cd1001d51
@ -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.
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user