The branch, master has been updated via d72b7889452110783c838a80cdd2904cb4b5aa91 (commit) from 9941f2253b2d8ed656e0728dca5620c0e76f33ac (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 d72b7889452110783c838a80cdd2904cb4b5aa91 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 30 02:46:39 2013 +0100 fix for commit 9941f225 ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2goumount-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index 56b43fe..b7218c0 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -137,7 +137,7 @@ for ($i=0;$i<@outp;$i++) break: if ($found) { - chdir($tmpdir) + chdir($tmp_dir); if (system("fusermount", "-u", "\"@line[1]\"") == 0) { syslog('notice', "successfully unmounted \"@line[1]\""); 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).