gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: temporarily silent b


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: temporarily silent bug
Date: Fri, 14 Jun 2019 02:32:31 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 36135ea  temporarily silent bug
36135ea is described below

commit 36135ea1eb9c4427806097b91d6944e42043f64a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 14 02:32:25 2019 +0200

    temporarily silent bug
---
 src/twister/taler-twister-service.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 68bdfcc..1d112a6 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -2607,6 +2607,18 @@ handle_flip_path_dl (void *cls,
   send_acknowledgement (c);
 }
 
+/**
+ * Control handler for flipping JSON strings into request objects
+ *
+ * @param cls message queue for sending replies
+ * @param src received message
+ */
+static int
+check_flip_path_ul (void *cls,
+                    const struct TWISTER_FlipPath *src)
+{
+  return GNUNET_OK;
+}
 
 /**
  * Control handler for flipping JSON strings into request objects
@@ -2706,10 +2718,10 @@ GNUNET_SERVICE_MAIN
                          struct TWISTER_DeletePath,
                          NULL),
 
- GNUNET_MQ_hd_fixed_size (flip_path_ul,
-                         TWISTER_MESSAGE_TYPE_FLIP_PATH_UL,
-                         struct TWISTER_FlipPath,
-                         NULL),
+ GNUNET_MQ_hd_var_size (flip_path_ul,
+                       TWISTER_MESSAGE_TYPE_FLIP_PATH_UL,
+                       struct TWISTER_FlipPath,
+                       NULL),
 
  GNUNET_MQ_hd_fixed_size (flip_path_dl,
                          TWISTER_MESSAGE_TYPE_FLIP_PATH_DL,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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