aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-16 10:10:59 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-16 10:10:59 +0000
commit1eef01cd60f92a3d77061d655c0217bd6f9ffce4 (patch)
treedb83ba950eb0ece1efb9b682e379ccd1d0dd4b72 /src/fs/gnunet-service-fs.c
parentc1d89ed3cf92fa2492a5639e725aadd74742f135 (diff)
downloadgnunet-1eef01cd60f92a3d77061d655c0217bd6f9ffce4.tar.gz
gnunet-1eef01cd60f92a3d77061d655c0217bd6f9ffce4.zip
notify performance monitors about destroyed addresses (for #3406)
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index fd776e7b8..a9be40080 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -261,7 +261,7 @@ update_latencies (void *cls,
261 } 261 }
262 262
263 if (GNUNET_YES != active) 263 if (GNUNET_YES != active)
264 return; 264 return;
265 for (i = 0; i < ats_count; i++) 265 for (i = 0; i < ats_count; i++)
266 { 266 {
267 if (GNUNET_ATS_QUALITY_NET_DELAY != ntohl (ats[i].type)) 267 if (GNUNET_ATS_QUALITY_NET_DELAY != ntohl (ats[i].type))