The branch, master has been updated via 55039d87e27f13db56e1b0ff6afc75a0ce1031a6 (commit) from fa9ee0403caa9d5272a5777e45c9caba015db509 (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 55039d87e27f13db56e1b0ff6afc75a0ce1031a6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 6 01:54:37 2013 +0200 syntax fixes ----------------------------------------------------------------------- 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 604e6c1..1b3eb13 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -127,7 +127,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}; } } @@ -145,7 +145,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).