Fix sending

This commit is contained in:
Nils O. Selåsdal
2013-01-21 23:14:35 +01:00
parent de9eab51a5
commit 02542f31e3
-2
View File
@@ -210,8 +210,6 @@ void hb_read(struct IOMux *mux, struct IOMuxFD *fd, unsigned int event)
} }
peer_received(peer); peer_received(peer);
peer_send(ctx, peer);
} }
void init_hb_context(struct HBContext *ctx, uint16_t local_port) void init_hb_context(struct HBContext *ctx, uint16_t local_port)