The branch, release/4.0.1.x has been updated via 1629f60722215d87006fc445fc661e1bf6c11b10 (commit) from 06fe41242fb4072d2b682aa4b5568ce79dc6bdf2 (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 1629f60722215d87006fc445fc661e1bf6c11b10 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 13 13:09:37 2013 +0200 Syntax fix in x2goumount-session. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++- x2goserver/bin/x2goumount-session | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 0379dfe..ba46968 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x2goserver (4.0.1.1-0~x2go1) UNRELEASED; urgency=low - * Continue development on release/4.0.1.x branch... + * New upstream version (4.0.1.1): + - Syntax fix in x2goumount-session. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 10 Jun 2013 21:28:51 +0200 diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index 095fa22..35d5642 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -134,11 +134,11 @@ for ($i=0;$i<@outp;$i++) syslog('debug', "skipping non-requested path @line[1]"); goto cont; } - if (@line[1] e $only_path_windrive) + if (@line[1] eq $only_path_windrive) { $only_path = $only_path_windrive; } - if (@line[1] e $only_path_uncpath) + if (@line[1] eq $only_path_uncpath) { $only_path = $only_path_uncpath; } 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).