[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-182-g4324def

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:51:45 CET 2014


The branch, build-baikal has been updated
       via  4324def417f647dff1c96a8296ce08229cf7553a (commit)
      from  62e1f5f012611a92adced28ffdc9b13f95cbfb19 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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 40d2cce..a15b65b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,7 +53,8 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low
 
 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 at das-netzwerkteam.de>  Mon, 10 Jun 2013 21:28:51 +0200
 
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index e86525e..9112b5e 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -110,11 +110,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).




More information about the x2go-commits mailing list