The branch, master has been updated via 5b10c97493111d76064747cdb6af64bcfc0b7b9d (commit) from 46fccb825b8826fc0209afb9968137f557302f03 (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 5b10c97493111d76064747cdb6af64bcfc0b7b9d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 18 21:07:45 2013 +0200 another typo ----------------------------------------------------------------------- Summary of changes: bin/x2gobroker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/bin/x2gobroker b/bin/x2gobroker index 89df416..dd8e633 100755 --- a/bin/x2gobroker +++ b/bin/x2gobroker @@ -144,12 +144,12 @@ if __name__ == "__main__": bind_address = None bind_port = int(cmdline_args.bind) -url = () +urls = () settings = {} def prep_http_mode(): - global url + global urls global settings # import classes serving the different web.py URLs hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).