[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 master
in repository x2goserver.

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

    fix for last commit
---
 X2Go/Server/Agent/NX.pm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm
index 302dce2..3e2ada6 100644
--- a/X2Go/Server/Agent/NX.pm
+++ b/X2Go/Server/Agent/NX.pm
@@ -75,6 +75,7 @@ sub has_agent_state_file
 {
 	my $sess=@_[1];
 	my $user=@_[2];
+	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