aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-17 14:04:53 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-17 14:04:53 +0000
commit86427d52112469a46a3147b30e8dbfa14dec9c93 (patch)
tree9c68b09c4450bf656d180380ab4ffbff2ab5f122 /src/mesh
parentdc17822638a5fa49a03d8db383e5827fd8d6b792 (diff)
downloadgnunet-86427d52112469a46a3147b30e8dbfa14dec9c93.tar.gz
gnunet-86427d52112469a46a3147b30e8dbfa14dec9c93.zip
Fix coverity #10263
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index e8b7ed7a0..786fa474f 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -3081,6 +3081,7 @@ handle_mesh_path_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
3081 copy->length = i; 3081 copy->length = i;
3082 peer_info_add_path(aux, copy, 0); 3082 peer_info_add_path(aux, copy, 0);
3083 } 3083 }
3084 path_destroy(p);
3084 3085
3085 /* Message for us? */ 3086 /* Message for us? */
3086 if (0 == memcmp (&msg->oid, &my_full_id, sizeof (struct GNUNET_PeerIdentity))) 3087 if (0 == memcmp (&msg->oid, &my_full_id, sizeof (struct GNUNET_PeerIdentity)))