From: Matthias Wachs Date: Thu, 26 Jan 2012 13:20:06 +0000 (+0000) Subject: - cppcheck X-Git-Tag: initial-import-from-subversion-38251~15075 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c165706a3736d5b0a572f3a15c8c7b510c95961b;p=oweals%2Fgnunet.git - cppcheck --- 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) default: GNUNET_break (0); goto reconnect; - return; } GNUNET_CLIENT_receive (ph->client, &process_ats_message, ph, GNUNET_TIME_UNIT_FOREVER_REL);