[X2Go-Commits] x2goserver.git - master (branch) updated:	3.1.1.3-174-g55edd42
    X2Go dev team 
    git-admin at x2go.org
       
    Thu Jun  6 13:24:06 CEST 2013
    
    
  
The branch, master has been updated
       via  55edd42aaf6461ba35b7824f87d4d18eb1f81a60 (commit)
      from  471a5c761cf0e30a06fe38e39c60d14bb3a562c4 (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 55edd42aaf6461ba35b7824f87d4d18eb1f81a60
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 6 13:15:07 2013 +0200
    fix missing parentheses
-----------------------------------------------------------------------
Summary of changes:
 x2goserver/lib/x2golistsessions_sql |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql
index e1aa39a..3a2d029 100755
--- a/x2goserver/lib/x2golistsessions_sql
+++ b/x2goserver/lib/x2golistsessions_sql
@@ -58,7 +58,7 @@ my $i;
 for ( $i=0;$i<@array;$i++) 
 {
 	my @ln=split('\|', at array[$i]);
-	if ((@ln[4] eq "F") && (!check_pid(@ln[0], @ln[1]))
+	if ((@ln[4] eq "F") && (!check_pid(@ln[0], @ln[1])))
 	{
 		my $sid = @ln[1];
 		dbsys_rmsessionsroot($sid);
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