aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ats/gnunet-service-ats_performance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 654704df8..a7b4b9bb2 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -161,8 +161,8 @@ GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
161 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 161 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
162 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in) 162 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in)
163{ 163{
164 if (NULL != prop) 164 GNUNET_break ( (NULL == prop) ||
165 GNUNET_break (GNUNET_ATS_NET_UNSPECIFIED != prop->scope); 165 (GNUNET_ATS_NET_UNSPECIFIED != prop->scope) );
166 notify_client (NULL, 166 notify_client (NULL,
167 peer, 167 peer,
168 plugin_name, 168 plugin_name,