From 02542f31e37755ffe4ed1afa951a1dce2ce1f466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Mon, 21 Jan 2013 23:14:35 +0100 Subject: [PATCH] Fix sending --- test/udp_heartbeat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/udp_heartbeat.c b/test/udp_heartbeat.c index 183a03f..7b72d87 100644 --- a/test/udp_heartbeat.c +++ b/test/udp_heartbeat.c @@ -210,8 +210,6 @@ void hb_read(struct IOMux *mux, struct IOMuxFD *fd, unsigned int event) } peer_received(peer); - - peer_send(ctx, peer); } void init_hb_context(struct HBContext *ctx, uint16_t local_port)