mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
polish code
This commit is contained in:
@@ -23,7 +23,6 @@ int main(int argc, char *argv[])
|
||||
plog::init(plog::debug, logFile.toUtf8()).addAppender(&consoleAppender);
|
||||
|
||||
PLOGI << "GlobalProtect started, version: " << VERSION;
|
||||
PLOGI << "PATH: " << qgetenv("PATH");
|
||||
|
||||
QString port = QString::fromLocal8Bit(qgetenv(ENV_CDP_PORT));
|
||||
|
||||
@@ -31,8 +30,6 @@ int main(int argc, char *argv[])
|
||||
qputenv(ENV_CDP_PORT, "12315");
|
||||
}
|
||||
|
||||
PLOGI << "ENV: " << QProcessEnvironment::systemEnvironment().toStringList().join("\n");
|
||||
|
||||
SingleApplication app(argc, argv);
|
||||
app.setQuitOnLastWindowClosed(false);
|
||||
|
||||
|
Reference in New Issue
Block a user