mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
ping: remove a stray tab
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D48233
This commit is contained in:
parent
8408510c77
commit
14d370c9d7
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ static int send_len;
|
|||
/* counters */
|
||||
static long nmissedmax; /* max value of ntransmitted - nreceived - 1 */
|
||||
static long npackets; /* max packets to transmit */
|
||||
static long snpackets; /* max packets to transmit in one sweep */
|
||||
static long snpackets; /* max packets to transmit in one sweep */
|
||||
static long sntransmitted; /* # of packets we sent in this sweep */
|
||||
static int sweepmax; /* max value of payload in sweep */
|
||||
static int sweepmin = 0; /* start value of payload in sweep */
|
||||
|
|
|
|||
Loading…
Reference in a new issue