From: Christian Grothoff Date: Mon, 11 Jan 2010 11:10:14 +0000 (+0000) Subject: add our own hello to peerinfo DB X-Git-Tag: initial-import-from-subversion-38251~22988 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5adacdbe12bf04ce559b695f0af8f863cdae7e85;p=oweals%2Fgnunet.git add our own hello to peerinfo DB --- diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index aae5216bd..67ad5bfc2 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -1135,6 +1135,7 @@ refresh_hello () GNUNET_free_non_null (our_hello); our_hello = hello; our_hello_version++; + GNUNET_PEERINFO_add_peer (cfg, sched, &my_identity, our_hello); npos = neighbours; while (npos != NULL) {