[X2Go-Commits] [x2goclient] 28/59: x2goclient.cpp: return return value of unixhelper::unix_cleanup().

git-admin at x2go.org git-admin at x2go.org
Wed Jun 3 03:10:51 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 87d56d7341de4a9629e2f43eff7d77cb76d0323e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Mar 16 22:14:46 2015 +0100

    x2goclient.cpp: return return value of unixhelper::unix_cleanup().
---
 debian/changelog   |    1 +
 src/x2goclient.cpp |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e262a5..f82d6e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
     - {unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a
       (module) namespace, not a class.
     - unixhelper.{cpp,h}: add documentation/comments.
+    - x2goclient.cpp: return return value of unixhelper::unix_cleanup().
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 26 May 2015 21:42:09 +0200
 
diff --git a/src/x2goclient.cpp b/src/x2goclient.cpp
index de3b7c9..4558784 100644
--- a/src/x2goclient.cpp
+++ b/src/x2goclient.cpp
@@ -38,7 +38,7 @@ int fork_helper (int argc, char **argv) {
   /* Child. */
   if (0 == tmp_pid) {
     /* Starting unixhelper. */
-    unixhelper::unix_cleanup ();
+    return (unixhelper::unix_cleanup ());
 
     /* Anything here shall be unreachable. */
   }

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list