- fix FWD testcase
authorBart Polot <bart@net.in.tum.de>
Thu, 9 Aug 2012 17:17:34 +0000 (17:17 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 9 Aug 2012 17:17:34 +0000 (17:17 +0000)
src/mesh/test_mesh_local_traffic.c

index 20c5c3774b5a147d452ebcda0a2f61cecbaf7d6d..bd202c54cacd346383e2f23dabe728390538f22b 100644 (file)
@@ -191,8 +191,8 @@ tmt_rdy (void *cls, size_t size, void *buf)
     (*sent)++;
     if (target > *sent)
       GNUNET_MESH_notify_transmit_ready (t, GNUNET_NO,
-                                        GNUNET_TIME_UNIT_FOREVER_REL,
-                                        &peer_id, msize, &tmt_rdy, cls);
+                                         GNUNET_TIME_UNIT_FOREVER_REL,
+                                         &peer_id, msize, &tmt_rdy, cls);
   }
   m->size = htons (msize);
   m->type = htons (1);