[X2Go-Commits] [x2goserver] 01/01: fix for last commit

git-admin at x2go.org git-admin at x2go.org
Tue Oct 21 10:56:56 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit 570ab6ce113578a2981515eb9110610de9326a67
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 21 10:56:53 2014 +0200

    fix for last commit
---
 x2goserver/sbin/x2golistsessions_root |    1 +
 1 file changed, 1 insertion(+)

diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root
index 8eb87a1..c6502f9 100755
--- a/x2goserver/sbin/x2golistsessions_root
+++ b/x2goserver/sbin/x2golistsessions_root
@@ -45,6 +45,7 @@ sub has_agent_state_file
 {
 	my $sess=@_[0];
 	my $user=@_[1];
+	my $stateFile;
 	if ( -d "/tmp-inst/${user}/.x2go-${user}" ) {
 		$stateFile="/tmp-inst/${user}/.x2go-".$user."/C-".$sess."/state";
 	} else {

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list