This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 86436f0 Provide pam_namespace support for has_agent_state_file() function. new 4b59521 fix for last commit The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: X2Go/Server/Agent/NX.pm | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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@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