[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-55-g8f5a27d

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


The branch, twofactorauth has been updated
       via  8f5a27d8a245ca0f5e149c879f83cb086a5f22c5 (commit)
      from  523dce8535c36b7f6063446c2c84e2e71e3fc315 (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/session.py |    6 ------
 1 file changed, 6 deletions(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index b868ad8..7b77d0d 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1180,9 +1180,6 @@ class X2goSession(object):
         if self.is_alive():
             if self.has_terminal_session():
 
-                # unshare mounted folders
-                self.unshare_all_local_folders()
-
                 if self.terminal_session.suspend():
 
                     self.running = False
@@ -1222,9 +1219,6 @@ class X2goSession(object):
         if self.is_alive():
             if self.has_terminal_session():
 
-                # unmount shared folders
-                self.unshare_all_local_folders()
-
                 if self.terminal_session.terminate():
                     self.running = False
                     self.suspended = False


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