From d2fe63fb776784dc7c6ab7935641c963f00f3d70 Mon Sep 17 00:00:00 2001 From: "R.E. Wolff" Date: Mon, 7 May 2018 16:36:23 +0200 Subject: [PATCH] fixed typo --- packet/probe_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packet/probe_unix.c b/packet/probe_unix.c index de00a0c..56b670e 100644 --- a/packet/probe_unix.c +++ b/packet/probe_unix.c @@ -570,7 +570,7 @@ void send_probe( // there might be an off-by-one in the number of tries here. // this is intentional. It is no use exhausting the very last // open port. Max 10 retries would've been acceptable too I think. - for (trytimes=MIN_PORT; trytimes < MAX_PORT; try_times++) { + for (trytimes=MIN_PORT; trytimes < MAX_PORT; trytimes++) { packet_size = construct_packet(net_state, &probe->platform.socket, probe->sequence, packet, PACKET_BUFFER_SIZE, -- 2.47.2