projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa38aa
)
Fix for matins #1871
author
Bart Polot
<bart@net.in.tum.de>
Wed, 2 Nov 2011 13:57:35 +0000
(13:57 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 2 Nov 2011 13:57:35 +0000
(13:57 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index 925e6f3fc53bd61484d011585b677893989db8bb..9e37345d003f1f11144e0ff4e89f4c62d6a63e3c 100644
(file)
--- 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,
peer = peer_info_get(&my_full_id);
p = path_new (1);
p->peers[0] = myid;
+ GNUNET_PEER_change_rc (myid, 1);
path_add_to_peer(peer, p, GNUNET_YES);
/* Scheduled the task to clean up when shutdown is called */