diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-09 20:25:26 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-09 20:25:26 +0200 |
commit | 11afd94828080f0cf3ecd24393b243f6651c0e26 (patch) | |
tree | b284bdce6a8bb6c09185ef20ead42216e1a47e69 /src/pdesc.c | |
parent | ef793d16503a1ee37cdbadd21d401a0329e9273f (diff) |
typ0s fixed
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/pdesc.c')
-rw-r--r-- | src/pdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |