From 469831e1f1fbd2b86975b8352df5d4071f0662ea Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Sat, 12 Mar 2022 14:12:15 +0100 Subject: [PATCH] Fix variable name --- __lagdetect.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__lagdetect.awk b/__lagdetect.awk index 6296f47..f83c748 100644 --- a/__lagdetect.awk +++ b/__lagdetect.awk @@ -2,7 +2,7 @@ BEGIN { print "THRESHOLD=" THRESHOLD print "FUDGE=" FUDGE - print "PINGSLOTS=" SLOTS + print "PINGSLOTS=" PINGSLOTS split(PING_PEERS, pps, " ") for (pp in pps) { pn = pps[pp] -- 2.39.5