[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: e342b3a23e5f2a2451f46d54a2c7e7e84e9d6fa7

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:38 CEST 2013


The branch, twofactorauth has been updated
       via  e342b3a23e5f2a2451f46d54a2c7e7e84e9d6fa7 (commit)
      from  d1fd5894edf0638ea24df5c6fd30e20054d9b30c (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/backends/proxy/base.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/proxy/base.py b/x2go/backends/proxy/base.py
index 91580dc..5ec3672 100644
--- a/x2go/backends/proxy/base.py
+++ b/x2go/backends/proxy/base.py
@@ -189,7 +189,7 @@ class X2goProxyBASE(threading.Thread):
             gevent.sleep(.5)
 
         if _X2GOCLIENT_OS == 'Windows':
-            p.stdin.close()
+            _stdin.close()
         print 'TERMINATING PROXY'
         p.terminate()
 


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