From: R.E. Wolff Date: Mon, 7 May 2018 14:36:23 +0000 (+0200) Subject: fixed typo X-Git-Tag: v0.93~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fe63fb776784dc7c6ab7935641c963f00f3d70;p=thirdparty%2Fmtr.git fixed typo --- 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,