The branch, twofactorauth has been updated via 8cc770592e6e75ec1e54f5472ddcb7ca19306eb0 (commit) from 6e682c9e91e58bc535c5536620a2f2748ad8697a (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/guardian.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/guardian.py b/x2go/guardian.py index eba8811..0cf7d6e 100644 --- a/x2go/guardian.py +++ b/x2go/guardian.py @@ -100,9 +100,10 @@ class X2goSessionGuardian(threading.Thread): if self.auto_update_listsessions_cache: self.client_instance.update_cache_all_profiles() - if self.auto_update_sessionregistry: + if self.auto_update_sessionregistry and not self.auto_register_sessions: self.client_instance.update_sessionregistry_status_all_profiles() + # session auto-registration will automatically trigger an update of the session registry status if self.auto_register_sessions: self.client_instance.register_available_server_sessions_all_profiles() 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).