mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix small copy/paste mistake.
This commit is contained in:
parent
3c503c28da
commit
b50ace7384
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ ng_car_rcvmsg(node_p node, item_p item, hook_p lasthook)
|
|||
sizeof(priv->upper.conf));
|
||||
priv->upper.tc = priv->upper.conf.cbs;
|
||||
if (priv->upper.conf.mode == NG_CAR_RED ||
|
||||
priv->lower.conf.mode == NG_CAR_SHAPE) {
|
||||
priv->upper.conf.mode == NG_CAR_SHAPE) {
|
||||
priv->upper.te = 0;
|
||||
} else {
|
||||
priv->upper.te = priv->upper.conf.ebs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue