[X2Go-Commits] [x2goclient] 01/02: fix authentification on http broker when sending event.
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Wed Apr  3 17:38:56 CEST 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/kdrive_support
in repository x2goclient.
commit 7a2d9a4c420d38b2fd95409e50bcf31bdea62e1e
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
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
    
    
More information about the x2go-commits
mailing list