diff options
-rw-r--r-- | accel-pppd/shaper/leaf_qdisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |