mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix var name typo in shaper.inc
This commit is contained in:
parent
5e1ff56413
commit
c598160a4a
@ -438,7 +438,7 @@ class altq_root_queue {
|
||||
$myBw = $this->GetAvailableBandwidth() * $queue['bandwidth'] / 100;
|
||||
break;
|
||||
default:
|
||||
$myBw = $queue['bandwidth'] * get_bandwidthtype_scale($queue['bandwdithtype']);
|
||||
$myBw = $queue['bandwidth'] * get_bandwidthtype_scale($queue['bandwidthtype']);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user