aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-24 09:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-24 09:58:58 +0000
commit3aea10e56e9f4b4971dd2626bd4f69ea796787e2 (patch)
tree6d263f237a226e10439005bdd32ba6160d8e9a19 /src/topology
parenta313004af348121545a63abedbe6456944c5fe16 (diff)
downloadgnunet-3aea10e56e9f4b4971dd2626bd4f69ea796787e2.tar.gz
gnunet-3aea10e56e9f4b4971dd2626bd4f69ea796787e2.zip
stuff
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index b466dfbbe..57f88c980 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -883,7 +883,6 @@ consider_for_advertising (const struct GNUNET_HELLO_Message *hello)
883 peer = find_peer (&pid); 883 peer = find_peer (&pid);
884 if (peer == NULL) 884 if (peer == NULL)
885 peer = make_peer (&pid, hello, GNUNET_NO); 885 peer = make_peer (&pid, hello, GNUNET_NO);
886 // FIXME: check if 'hello' is any different from peer->hello?
887#if DEBUG_TOPOLOGY 886#if DEBUG_TOPOLOGY
888 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 887 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
889 "Found `%s' from peer `%s' for advertising\n", 888 "Found `%s' from peer `%s' for advertising\n",