This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit cab94a149edbb99bac9817a194dbb5748b1e7707 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 16 23:33:48 2019 +0200 x2gokdriveremote.h: _remoteHostVars.send_thread_id needs to be of type unsigned long, not long. --- x2gokdriveremote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h index df84661..a97d486 100644 --- a/x2gokdriveremote.h +++ b/x2gokdriveremote.h @@ -314,7 +314,7 @@ struct RemoteHostVars char eventBuffer[EVLENGTH*100]; uint32_t evBufferOffset; - long send_thread_id; + unsigned long send_thread_id; //for control uint32_t cache_elements; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git