From 3a9f5341fb2bb13fbbc4be380522c7fba709a63d Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 1 Oct 2010 09:10:48 +0000 Subject: [PATCH] comment out iv_seeds, see if problems vanish --- src/core/gnunet-service-core.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index b8e3825c1..6e5a907b6 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -228,7 +228,8 @@ struct PingMessage /** * Seed for the IV */ - uint32_t iv_seed GNUNET_PACKED; + /* FIXME: Does adding this member break things (why?) */ + /*uint32_t iv_seed GNUNET_PACKED;*/ /** * Random number chosen to make reply harder. @@ -258,7 +259,8 @@ struct PongMessage /** * Seed for the IV */ - uint32_t iv_seed GNUNET_PACKED; + /* FIXME: Does adding this member break things (why?) */ + /*uint32_t iv_seed GNUNET_PACKED;*/ /** * Random number proochosen to make reply harder. Must be -- 2.25.1