aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 925e6f3fc..9e37345d0 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -4453,6 +4453,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
4453 peer = peer_info_get(&my_full_id); 4453 peer = peer_info_get(&my_full_id);
4454 p = path_new (1); 4454 p = path_new (1);
4455 p->peers[0] = myid; 4455 p->peers[0] = myid;
4456 GNUNET_PEER_change_rc (myid, 1);
4456 path_add_to_peer(peer, p, GNUNET_YES); 4457 path_add_to_peer(peer, p, GNUNET_YES);
4457 4458
4458 /* Scheduled the task to clean up when shutdown is called */ 4459 /* Scheduled the task to clean up when shutdown is called */