This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit ec515abaa7f0d3a8ac7ab81a1b786a56ac138e6a Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 10 17:29:59 2017 +0200 src/x2goclient.cpp: revert change bypassing the UNIX cleanup helper. --- debian/changelog | 1 + src/x2goclient.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 40e262f..a70d5e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -148,6 +148,7 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium - src/onmainwindow.cpp: do not automatically set login user name to current system user if empty. Unbreaks default user name fetching via libssh. Might break some use cases (especially RDP, XDMCP). + - src/x2goclient.cpp: revert change bypassing the UNIX cleanup helper. [ Oleksandr Shneyder ] * New upstream version (4.1.0.1): diff --git a/src/x2goclient.cpp b/src/x2goclient.cpp index 0aea78f..9879142 100644 --- a/src/x2goclient.cpp +++ b/src/x2goclient.cpp @@ -92,7 +92,6 @@ int fork_helper (int argc, char **argv) { #endif /* defined (Q_OS_UNIX) */ int main (int argc, char **argv) { - return (x2goMain(argc, argv)); #ifdef Q_OS_UNIX /* Scan program arguments for --unixhelper flag. */ bool unix_helper_request = 0; -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git