aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 15:02:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 15:02:26 +0000
commite14a644c4764dbf768f529319fd9eb28697e36d0 (patch)
tree7e2a66a412425f97d4fd3bc8e6255ab3bfc67d0d /src/nse
parent2247aab396dbf4f8b5b22d36ecfbd111347677a2 (diff)
downloadgnunet-e14a644c4764dbf768f529319fd9eb28697e36d0.tar.gz
gnunet-e14a644c4764dbf768f529319fd9eb28697e36d0.zip
fixes
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 4d8032163..d53583d71 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1193,9 +1193,7 @@ handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer,
1193 * @param atsi_count number of records in 'atsi' 1193 * @param atsi_count number of records in 'atsi'
1194 */ 1194 */
1195static void 1195static void
1196handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 1196handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
1197 const struct GNUNET_ATS_Information *atsi,
1198 unsigned int atsi_count)
1199{ 1197{
1200 struct NSEPeerEntry *peer_entry; 1198 struct NSEPeerEntry *peer_entry;
1201 1199