The branch, build-baikal has been updated via ebecd197e48170e7cf879a3123d90e8298fa5635 (commit) from b916441582f6213e62e6a827f2934466aaac936a (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: x2goserver/sbin/x2gocleansessions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 4b9f637..1548e2b 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -129,7 +129,7 @@ elsif ($pid == 0 ) while ( my ($session, $blocked_time) = each(%blocked_sessions) ) { if (! join(',', @outp)=~m/$session/) { - delete $blocked_sessions{$session}; + delete $blocked_sessions{$session} } } @@ -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]); + qw(kill -9 @sinfo[0]) } } 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).