Skip to content

Commit

Permalink
Merge pull request pfsense#4388 from vktg/limmbits
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Jul 10, 2020
2 parents 2365982 + c4fc514 commit 388f9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/shaper.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4252,7 +4252,7 @@ EOD;

// If there are no bandwidths defined, make a blank one for convenience
if (empty($bandwidth)) {
$bandwidth = array(0 => array('bw' => '', 'bwscale' => 'Kb', 'bwsched' => 'none'));
$bandwidth = array(0 => array('bw' => '', 'bwscale' => 'Mb', 'bwsched' => 'none'));
}

if (is_array($bandwidth)) {
Expand Down

0 comments on commit 388f9d6

Please sign in to comment.