[X2Go-Commits] x2goserver.git - release/4.0.0.x (branch) updated:	4.0.0.2-14-g632ea41
    X2Go dev team 
    git-admin at x2go.org
       
    Thu Jun  6 02:05:44 CEST 2013
    
    
  
The branch, release/4.0.0.x has been updated
       via  632ea4191ecf4b9f7d71aba380915dd06e943097 (commit)
      from  1d3705b85b859888187bec2ca3e14216d8ffc164 (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 632ea4191ecf4b9f7d71aba380915dd06e943097
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 6 02:05:18 2013 +0200
    fix for one of the last commits
-----------------------------------------------------------------------
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 116823d..0735711 100755
--- a/x2goserver/sbin/x2gocleansessions
+++ b/x2goserver/sbin/x2gocleansessions
@@ -149,7 +149,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]);
-						delete $blocked_sessions{$session};
+						delete $blocked_sessions{@sinfo[1]};
 					}
 				} 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).
    
    
More information about the x2go-commits
mailing list