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@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).