[X2Go-Commits] x2goserver.git - release/4.0.0.x (branch) updated: 4.0.0.2-18-g1f6dc00

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:33:13 CEST 2013


The branch, release/4.0.0.x has been updated
       via  1f6dc00ef2f0ae530c6d117b7dcc89d0fc6ae402 (commit)
      from  08bf5e5104cc131797aa32faa5dbecad61fb9b9b (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 1f6dc00ef2f0ae530c6d117b7dcc89d0fc6ae402
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 6 13:27:58 2013 +0200

    Revert "typo"
    
    This reverts commit 70fdd91491a930dfeaa8287d032f55985daadf63.

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

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 a0625c2..31caa39 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 $blocked_sessions{ @sinfo[1] }
 				{
 					$blocked_sessions{@sinfo[1]} += 2;
 					if ($blocked_sessions{@sinfo[1]} >= 20) {


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