gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Unused value


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Unused value
Date: Mon, 15 Jan 2018 06:08:03 +0100

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

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1cb8c1af3 Unused value
1cb8c1af3 is described below

commit 1cb8c1af3853a37d9477fb312d0182407f1e2858
Author: David Barksdale <address@hidden>
AuthorDate: Sun Jan 14 23:06:51 2018 -0600

    Unused value
---
 src/psycutil/psyc_message.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/psycutil/psyc_message.c b/src/psycutil/psyc_message.c
index 3421fd0ba..3bd99425e 100644
--- a/src/psycutil/psyc_message.c
+++ b/src/psycutil/psyc_message.c
@@ -818,7 +818,6 @@ GNUNET_PSYC_transmit_cancel (struct 
GNUNET_PSYC_TransmitHandle *tmit)
 
   /* FIXME */
   struct GNUNET_MessageHeader msg;
-  msg.type = htons (GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_DATA);
   msg.type = htons (GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_CANCEL);
   msg.size = htons (sizeof (msg));
   transmit_queue_insert (tmit, &msg, GNUNET_YES);

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



reply via email to

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