gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - added missing GNUNET_SERVICE_client_co


From: gnunet
Subject: [gnunet] branch master updated: - added missing GNUNET_SERVICE_client_continue
Date: Tue, 26 Apr 2022 11:41:30 +0200

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

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1ca30687b - added missing GNUNET_SERVICE_client_continue
1ca30687b is described below

commit 1ca30687b08de63cdee7d5c6a137e52b687545c4
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Tue Apr 26 11:41:15 2022 +0200

    - added missing GNUNET_SERVICE_client_continue
---
 src/transport/gnunet-service-tng.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/transport/gnunet-service-tng.c 
b/src/transport/gnunet-service-tng.c
index 0eec2f367..18ec0aa0b 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -8692,7 +8692,8 @@ handle_incoming_msg (void *cls,
   cmc->tc = tc;
   cmc->im = *im;
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Received message via communicator from peer %s\n",
+              "Received message with size %u via communicator from peer %s\n",
+              &im->header.size,
               GNUNET_i2s (&im->sender));
   demultiplex_with_cmc (cmc, (const struct GNUNET_MessageHeader *) &im[1]);
 }
@@ -9842,6 +9843,7 @@ handle_send_message_ack (void *cls,
     /* this should never happen */
     /*GNUNET_break (0);
       GNUNET_SERVICE_client_drop (tc->client);*/
+    GNUNET_SERVICE_client_continue (tc->client);
     return;
   }
   GNUNET_CONTAINER_DLL_remove (qe->queue->queue_head,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]