[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-131-g3c1a4bf
X2Go dev team
git-admin at x2go.org
Fri Dec 20 11:19:25 CET 2013
The branch, master has been updated
via 3c1a4bfbaebfc929632660673dc021b8e9a4f244 (commit)
from 548c7792bfa2be3b2f067cdf747555a0321f4db9 (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 -----------------------------------------------------------------
commit 3c1a4bfbaebfc929632660673dc021b8e9a4f244
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Dec 20 11:19:22 2013 +0100
improvement for last commit
-----------------------------------------------------------------------
Summary of changes:
sbin/x2gobroker-authservice | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice
index 199cab4..39bfe4f 100755
--- a/sbin/x2gobroker-authservice
+++ b/sbin/x2gobroker-authservice
@@ -107,7 +107,8 @@ def loop():
def sigterm_handler():
- os.remove(X2GOBROKER_AUTHSERVICE_SOCKET)
+ try: os.remove(X2GOBROKER_AUTHSERVICE_SOCKET)
+ except: pass
# normally this would go into defaults.py, however, we do not want to pull in defaults.py here as that will create
hooks/post-receive
--
x2gobroker.git (HTTP(S) Session broker for X2Go)
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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).
More information about the x2go-commits
mailing list