From 11065d067df280e608313fe84c3155088d7d504a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 30 May 2016 10:14:30 +0200 Subject: [PATCH] woopsy, forgot to commit that file --- examples/msg/dht-kademlia/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/dht-kademlia/node.h b/examples/msg/dht-kademlia/node.h index 9a5eab29df..b2ff73394a 100644 --- a/examples/msg/dht-kademlia/node.h +++ b/examples/msg/dht-kademlia/node.h @@ -26,7 +26,7 @@ typedef struct s_node { msg_comm_t receive_comm; //current receiving communication. msg_task_t task_received; //current task being received - char mailbox[MAILBOX_NAME_SIZE+1]; //node mailbox + char mailbox[MAILBOX_NAME_SIZE]; //node mailbox unsigned int find_node_success; //Number of find_node which have succeeded. unsigned int find_node_failed; //Number of find_node which have failed. -- 2.20.1