[X2Go-Commits] x2goserver.git - build-main (branch) updated: 4.0.1.6-18-g25e91a5

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:18:38 CET 2013


The branch, build-main has been updated
       via  25e91a5dcbb4643a943097e4c2325ebac2570372 (commit)
      from  afed646f8837921e9d025c1878f8bb3dff7f8363 (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/sbin/x2godbadmin |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin
index 0e008d8..a4f915c 100755
--- a/x2goserver/sbin/x2godbadmin
+++ b/x2goserver/sbin/x2godbadmin
@@ -313,7 +313,7 @@ sub add_user()
 	{
 		print "Cannot find user ($user)\n";
 		return;
-	} elsif ($name == "root") {
+	} elsif ($name eq "root") {
 		print "The super-user \"root\" is not allowed to use X2Go\n";
 		return;
 	}


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