The branch, master has been updated via 262161e5f0f2e96deebe2148debe99f1f1a2695c (commit) from 494435a3152cd717db7aba400e1af35bb2855c15 (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 262161e5f0f2e96deebe2148debe99f1f1a2695c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 27 22:56:15 2013 +0100 fix wsgifunc() call ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/sbin/x2gobroker b/sbin/x2gobroker index 5bf4a01..66c51da 100755 --- a/sbin/x2gobroker +++ b/sbin/x2gobroker @@ -125,7 +125,7 @@ urls = ( '/plain/(.*)', 'x2gobroker.web.plain.X2GoBrokerWeb', app = web.application(urls, globals(), autoreload=False) app.internalerror = web.debugerror -application = web.wsgifunc() +application = app.wsgifunc() # run the web.py standalone daemon... if __name__ == "__main__": 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).