From: Bart Polot Date: Tue, 21 Aug 2012 07:40:30 +0000 (+0000) Subject: - oops, remove debug code X-Git-Tag: initial-import-from-subversion-38251~12162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f0df0c4ad4719601c06fe58c6f7268c67d3674c;p=oweals%2Fgnunet.git - oops, remove debug code --- diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 8e6d7ef72..78451a64c 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -709,7 +709,7 @@ send_ack (struct GNUNET_MESH_Handle *h, struct GNUNET_MESH_Tunnel *t) uint32_t delta; delta = t->max_recv_pid - t->last_recv_pid; - if (0 && delta > ACK_THRESHOLD) + if (delta > ACK_THRESHOLD) { LOG (GNUNET_ERROR_TYPE_DEBUG, "Not sending ACK on tunnel %X: ACK: %u, PID: %u, buffer %u\n",