-fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 10 May 2012 22:11:59 +0000 (22:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 10 May 2012 22:11:59 +0000 (22:11 +0000)
src/transport/plugin_transport_udp.c

index 7bde633f29b06287e17f17579b1a1e2514823670..718ef21318eb56f27a0b1d4ad149400dd9541912 100644 (file)
@@ -1012,6 +1012,7 @@ enqueue_fragment (void *cls, const struct GNUNET_MessageHeader *msg)
   udpw->udp = (char *) &udpw[1];
 
   udpw->msg_size = msg_len;
+  cont_calls++;
   udpw->cont = &send_next_fragment;
   udpw->cont_cls = udpw;
   udpw->timeout = frag_ctx->timeout;