[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-172-g051fde8

X2Go dev team git-admin at x2go.org
Thu Jun 6 02:01:41 CEST 2013


The branch, master has been updated
       via  051fde821b71c0f8812164327cfcfd24cb6bf997 (commit)
      from  960add8199c15c254d503d17863db2325247e6bb (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 051fde821b71c0f8812164327cfcfd24cb6bf997
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 6 02:01:14 2013 +0200

    fix missing curly bracket

-----------------------------------------------------------------------

Summary of changes:
 x2goserver/sbin/x2gocleansessions |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions
index b270fe1..4b2efe0 100755
--- a/x2goserver/sbin/x2gocleansessions
+++ b/x2goserver/sbin/x2gocleansessions
@@ -124,7 +124,8 @@ elsif ($pid == 0 )
 		my @outp=split("\n","$outp");
 
 		# forget earlier remembered blocked sessions
-		while ( my ($session, $blocked_time) = each(%blocked_sessions) ) {
+		while ( my ($session, $blocked_time) = each(%blocked_sessions) )
+		{
 			if (! join(',', @outp)=~m/$session/)
 			{
 				delete $blocked_sessions{$session};
@@ -141,7 +142,7 @@ elsif ($pid == 0 )
 				if (defined $blocked_sessions{ @sinfo[1] })
 				{
 					$blocked_sessions{@sinfo[1]} += 2;
-					if ($blocked_sessions{@sinfo[1]} >= 20) {
+					if ($blocked_sessions{@sinfo[1]} >= 20)
 					{
 						# send SIGKILL to dangling X-server processes
 						syslog('warning', "@sinfo[1]: found stale X-server process (@sinfo[0]), sending SIGKILL");


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).




More information about the x2go-commits mailing list