[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.0.3-35-g4ccf6c2

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:28:35 CET 2014


The branch, build-baikal has been updated
       via  4ccf6c292b3576265e6947d689e8fd88dda387fc (commit)
      from  cf7fdf0842919dff58c0733ddfd083d4583cd40b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/forward.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/forward.py b/x2go/forward.py
index 85ae7ba..09950d5 100644
--- a/x2go/forward.py
+++ b/x2go/forward.py
@@ -164,7 +164,8 @@ class X2goFwServer(StreamServer):
         #if self.chan is not None and _X2GOCLIENT_OS != "Windows":
         if self.chan is not None:
             try:
-                self.chan.close()
+                if _X2GOCLIENT_OS != 'Windows':
+                    self.chan.close()
                 self.chan = None
             except EOFError:
                 pass


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list