From: Bart Polot Date: Fri, 15 Nov 2013 12:24:21 +0000 (+0000) Subject: - fix coverity 10859 X-Git-Tag: initial-import-from-subversion-38251~6086 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b464fbdf9a8affe8076ffff5831840d47b043f68;p=oweals%2Fgnunet.git - fix coverity 10859 --- diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c index 860f5b4cb..beef94f80 100644 --- a/src/mesh/gnunet-service-mesh_channel.c +++ b/src/mesh/gnunet-service-mesh_channel.c @@ -1449,7 +1449,7 @@ GMCH_handle_local_data (struct MeshChannel *ch, if (is_loopback (ch)) { - if (GMCH_get_buffer (ch, fwd) > 0); + if (GMCH_get_buffer (ch, fwd) > 0) send_client_ack (ch, fwd); return GNUNET_OK;