The branch, master has been updated via 471a5c761cf0e30a06fe38e39c60d14bb3a562c4 (commit) from 051fde821b71c0f8812164327cfcfd24cb6bf997 (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 471a5c761cf0e30a06fe38e39c60d14bb3a562c4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 6 02:05:18 2013 +0200 fix for one of the last commits ----------------------------------------------------------------------- Summary of changes: x2goserver/sbin/x2gocleansessions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 4b2efe0..22edbbd 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -147,7 +147,7 @@ elsif ($pid == 0 ) # send SIGKILL to dangling X-server processes syslog('warning', "@sinfo[1]: found stale X-server process (@sinfo[0]), sending SIGKILL"); qw(kill -9 @sinfo[0]); - delete $blocked_sessions{$session}; + delete $blocked_sessions{@sinfo[1]}; } } else { $blocked_sessions{@sinfo[1]} = 0; hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).