This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 0ca3a820e48c64e09568901e5777e0c05672c113 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 9 20:39:31 2015 +0100 fix missing curly brackets, caused by commit adb03c67e --- onmainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onmainwindow.cpp b/onmainwindow.cpp index b13ab5f..baf69f7 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -1689,8 +1689,10 @@ void ONMainWindow::slotClosePass() if (brokerMode) { if (!config.brokerAuthenticated) + { x2goErrorf(15)<<tr("Broker authenication failed!"); close(); + } } passForm->hide(); if ( !embedMode ) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git