aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-27 13:22:47 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-27 13:22:47 +0000
commit3d3109aa4c8c25d9292e9e94d878121af0084d07 (patch)
tree8b396d941ccdffc3a38757cd9a9e5a467a5df20c
parent572ed5a20edf2e273ae377473b52bfee98eca24e (diff)
downloadgnunet-3d3109aa4c8c25d9292e9e94d878121af0084d07.tar.gz
gnunet-3d3109aa4c8c25d9292e9e94d878121af0084d07.zip
-simplify
-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,