aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_performance.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-15 16:25:11 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-15 16:25:11 +0200
commit72a66ee46f2b2bcb3d2cc4376c6c7dc6b57c86aa (patch)
tree281f68831ea8527eea4b6641767a9cd0b5b91817 /src/ats/ats_api_performance.c
parent91d9d4251d3b1d0fab1780da73b6969581d22ffe (diff)
parentf1f40feb2beb5c036da0e2b93c433b09b920e0b4 (diff)
downloadgnunet-72a66ee46f2b2bcb3d2cc4376c6c7dc6b57c86aa.tar.gz
gnunet-72a66ee46f2b2bcb3d2cc4376c6c7dc6b57c86aa.zip
Merge branch 'master' into spaeth/escrow_plugins
Diffstat (limited to 'src/ats/ats_api_performance.c')
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index acc9356ed..7349fb989 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -496,7 +496,7 @@ handle_address_list (void *cls,
496 return; /* was canceled */ 496 return; /* was canceled */
497 497
498 memset (&allzeros, '\0', sizeof(allzeros)); 498 memset (&allzeros, '\0', sizeof(allzeros));
499 if ((0 == GNUNET_is_zero (&pi->peer)) && 499 if ((GNUNET_YES == GNUNET_is_zero (&pi->peer)) &&
500 (0 == plugin_name_length) && 500 (0 == plugin_name_length) &&
501 (0 == plugin_address_length)) 501 (0 == plugin_address_length))
502 { 502 {