[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 3.0.99.8-39-g9029807

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:35:08 CEST 2013


The branch, release/4.0.1.x has been updated
       via  9029807eca96120440e57e7a5cf0fc7cab0d3841 (commit)
      from  93fa35b38ff5d2b9a67c6db1475b5422a15b5769 (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:
 x2goserver-printing/bin/x2goprint |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint
index c225d9e..480c583 100755
--- a/x2goserver-printing/bin/x2goprint
+++ b/x2goserver-printing/bin/x2goprint
@@ -100,7 +100,7 @@ chown $uid, $gid, "$spooltmp";
 chmod 0700, "$spooltmp";
 
 # this last part mainly uses the session user's privileges
-my ($mounts)=`su $user -c "x2golistmounts $session"`;
+my $mounts=`su $user -c "x2golistmounts $session"`;
 if ( $mounts=~m/$spooldir/)
 {
 


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