From b621a9a3a5a554be1393d5ad33e23c5cea6385b9 Mon Sep 17 00:00:00 2001 From: Vladislav Grishenko Date: Tue, 25 May 2021 17:28:58 +0500 Subject: shaper: fix fq_codel noecn regression --- accel-pppd/shaper/leaf_qdisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/shaper/leaf_qdisc.c') diff --git a/accel-pppd/shaper/leaf_qdisc.c b/accel-pppd/shaper/leaf_qdisc.c index 996d95ff..62223147 100644 --- a/accel-pppd/shaper/leaf_qdisc.c +++ b/accel-pppd/shaper/leaf_qdisc.c @@ -147,7 +147,7 @@ static int parse_fq_codel(char *str) if (strcmp(key, "ecn") == 0) { conf_lq_arg6 = 1; continue; - } else if (strcmp(str, "noecn") == 0) { + } else if (strcmp(key, "noecn") == 0) { conf_lq_arg6 = 0; continue; } -- cgit v1.2.3