[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-236-g7d62bc3

X2Go dev team git-admin at x2go.org
Thu Nov 21 08:54:20 CET 2013


The branch, master has been updated
       via  7d62bc32d32ead98760dad87fbf5a47211ceffde (commit)
      from  ad0de63a8cda0b766fc5d197976059ec7222c3a3 (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 7d62bc32d32ead98760dad87fbf5a47211ceffde
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 21 08:53:33 2013 +0100

    fix for commit e6cdad13

-----------------------------------------------------------------------

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 80fee9a..f8dccbc 100755
--- a/x2goserver/sbin/x2godbadmin
+++ b/x2goserver/sbin/x2godbadmin
@@ -311,7 +311,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