[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated:	0.0.43.0-8-g7d1b15b
    X2Go dev team 
    git-admin at x2go.org
       
    Sat Sep 14 15:56:35 CEST 2013
    
    
  
The branch, twofactorauth has been updated
       via  7d1b15ba9e1f1dd78038abf1d6cf1965acef8814 (commit)
      from  0c4561bdc14e2d499733bfac8ff7630cef62586c (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 |    4 ++++
 1 file changed, 4 insertions(+)
The diff of changes is:
diff --git a/x2go/backends/proxy/base.py b/x2go/backends/proxy/base.py
index 567eecf..da2602c 100644
--- a/x2go/backends/proxy/base.py
+++ b/x2go/backends/proxy/base.py
@@ -200,6 +200,10 @@ class X2goProxyBASE(threading.Thread):
         self.logger('terminating proxy: %s' % p, loglevel=log.loglevel_DEBUG)
         try:
             p.terminate()
+        except OSError, e:
+            if e.errno == 3:
+                # No such process
+                pass
         except WindowsError:
             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