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