aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-26 13:20:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-26 13:20:06 +0000
commitc165706a3736d5b0a572f3a15c8c7b510c95961b (patch)
tree5b7bc0abeeb0b508686d6363bdb5238df913dcb4 /src/ats
parentb07ea00d0f1ff7f732113a7e51840de2eb2e1938 (diff)
downloadgnunet-c165706a3736d5b0a572f3a15c8c7b510c95961b.tar.gz
gnunet-c165706a3736d5b0a572f3a15c8c7b510c95961b.zip
- cppcheck
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats_api_performance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index c9f9a0b38..848c7ec4d 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -390,7 +390,6 @@ process_ats_message (void *cls, const struct GNUNET_MessageHeader *msg)
390 default: 390 default:
391 GNUNET_break (0); 391 GNUNET_break (0);
392 goto reconnect; 392 goto reconnect;
393 return;
394 } 393 }
395 GNUNET_CLIENT_receive (ph->client, &process_ats_message, ph, 394 GNUNET_CLIENT_receive (ph->client, &process_ats_message, ph,
396 GNUNET_TIME_UNIT_FOREVER_REL); 395 GNUNET_TIME_UNIT_FOREVER_REL);