The branch, release/4.0.0.x has been updated via b916441582f6213e62e6a827f2934466aaac936a (commit) from 1f6dc00ef2f0ae530c6d117b7dcc89d0fc6ae402 (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 b916441582f6213e62e6a827f2934466aaac936a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 6 13:27:59 2013 +0200 Revert "another follow-up fix" This reverts commit 2bb06001886a03aa6da1325fbea680bbe6adb33b. ----------------------------------------------------------------------- Summary of changes: x2goserver/sbin/x2gocleansessions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 31caa39..4b9f637 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -140,7 +140,7 @@ elsif ($pid == 0 ) { syslog('debug', "@sinfo[1] is blocked"); - if (defined $blocked_sessions{ @sinfo[1] } + if defined $hash{ $key } { $blocked_sessions{@sinfo[1]} += 2; if ($blocked_sessions{@sinfo[1]} >= 20) { @@ -148,7 +148,6 @@ 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}; } } 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).