gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23495 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r23495 - gnunet/src/mesh
Date: Wed, 29 Aug 2012 14:45:47 +0200

Author: bartpolot
Date: 2012-08-29 14:45:47 +0200 (Wed, 29 Aug 2012)
New Revision: 23495

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- Coverity 10269


Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-08-29 12:35:14 UTC (rev 23494)
+++ gnunet/src/mesh/mesh_api.c  2012-08-29 12:45:47 UTC (rev 23495)
@@ -1372,6 +1372,7 @@
           to.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN);
           to.tid = htonl (t->tid);
           to.pid = htonl (t->next_send_pid);
+          to.ttl = 0;
           memset (&to.oid, 0, sizeof (struct GNUNET_PeerIdentity));
           memset (&to.sender, 0, sizeof (struct GNUNET_PeerIdentity));
           memcpy (cbuf, &to, sizeof (to));




reply via email to

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