- fix coverity 10859
authorBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 12:24:21 +0000 (12:24 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 12:24:21 +0000 (12:24 +0000)
src/mesh/gnunet-service-mesh_channel.c

index 860f5b4cb43c2da6fcce7d9ac99918fd4f4d3560..beef94f80ebeb45d09b954cfdff97d83ac8da60b 100644 (file)
@@ -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;