This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit abe20a5a3f88a77a7a2db2649ea3f0f855b2fca1
Author: Oleksandr Shneyder <[email protected]>
Date:   Tue Apr 2 14:28:01 2019 +0200

    fix authentification on http broker when sending event.
---
 src/httpbrokerclient.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/httpbrokerclient.cpp b/src/httpbrokerclient.cpp
index 02a69c9..b9c0337 100644
--- a/src/httpbrokerclient.cpp
+++ b/src/httpbrokerclient.cpp
@@ -370,6 +370,7 @@ void HttpBrokerClient::sendEvent(const QString& ev, const 
QString& id, const QSt
         QTextStream ( &req ) <<
                              "task=clientevent&"<<
                              
"user="<<QUrl::toPercentEncoding(brokerUser)<<"&"<<
+                             
"password="<<QUrl::toPercentEncoding(config->brokerPass)<<"&"<<
                              "sid="<<id<<"&"<<
                              "event="<<ev<<"&"<<
                              "server="<<QUrl::toPercentEncoding(server)<<"&"<<

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to