From 66f7d73698ca76b80186da30c749691fa8c3a048 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 20 Dec 2012 15:29:57 +0000 Subject: [PATCH] - fix --- src/mesh/test_mesh_small.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c index deebea1d8..1fbb45adf 100644 --- a/src/mesh/test_mesh_small.c +++ b/src/mesh/test_mesh_small.c @@ -692,6 +692,7 @@ ch (void *cls, const struct GNUNET_PeerIdentity *peer, switch (test) { case UNICAST: + case P2P_SIGNAL: case SPEED: case SPEED_ACK: // incoming_t is NULL unless we send a relevant data packet -- 2.25.1