This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 83c4f685c54f0de50b10b69707f47224f59c5c16 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 18 20:32:35 2019 +0200 x2gokdriveremote.c: Fix regresion introduced by 8e45834. Re-add dropped "sent = 0" in for loop. --- x2gokdriveremote.c | 1 + 1 file changed, 1 insertion(+) diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c index 855c09c..992683b 100644 --- a/x2gokdriveremote.c +++ b/x2gokdriveremote.c @@ -398,6 +398,7 @@ int32_t send_frame(u_int32_t width, uint32_t height, uint32_t x, uint32_t y, uin *((uint32_t*)buffer+6)=regions[i].rect.size.height; *((uint32_t*)buffer+7)=regions[i].size; + sent = 0; // #warning check this ln=write(remoteVars.clientsock, buffer, 64); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git