From 11afd94828080f0cf3ecd24393b243f6651c0e26 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 9 Sep 2019 20:25:26 +0200 Subject: typ0s fixed Signed-off-by: Toni Uhlig --- src/pdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pdesc.c') diff --git a/src/pdesc.c b/src/pdesc.c index c2dd2c0..aebaa1e 100644 --- a/src/pdesc.c +++ b/src/pdesc.c @@ -190,7 +190,7 @@ forward_desc_t* create_fwd_desc(uint16_t seq_no, uint32_t data_len, char *data) * to the given send ring, for potential resends later on. */ int queue_packet(int sock_fd, proxy_desc_t *cur, char *buf, size_t bufsiz, - uint32_t dest_ip, u_int16_t dest_port, uint32_t state) + uint32_t dest_ip, uint32_t dest_port, uint32_t state) { int pkt_len = sizeof(icmp_echo_packet_t) + sizeof(ping_tunnel_pkt_t) + bufsiz; -- cgit v1.2.3