aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-15 18:36:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-15 18:36:57 +0000
commitf8dcb68bc0d257058e26c96aed0a967beda82b6a (patch)
treead8d727cb6823a737c1115a82844ad8f9d2ee068 /src/ats/gnunet-service-ats_performance.c
parent3a123f07fe36bc6ee07b3040d72f3ebb1d80dd9e (diff)
downloadgnunet-f8dcb68bc0d257058e26c96aed0a967beda82b6a.tar.gz
gnunet-f8dcb68bc0d257058e26c96aed0a967beda82b6a.zip
-fix test: only run test logic, not full peer
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.c')
-rw-r--r--src/ats/gnunet-service-ats_performance.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 18038cc04..ad204fff3 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -541,6 +541,9 @@ GAS_handle_request_address_list (void *cls,
541 &req_addr_peerinfo_it, 541 &req_addr_peerinfo_it,
542 &ai); 542 &ai);
543 } 543 }
544 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
545 "Finished handling `%s' message\n",
546 "ADDRESSLIST_REQUEST");
544 transmit_req_addr (&ai, 547 transmit_req_addr (&ai,
545 NULL, NULL, NULL, 548 NULL, NULL, NULL,
546 0, GNUNET_NO, 549 0, GNUNET_NO,