Skip to content

Commit

Permalink
Correct config_get_path -> config_set_path in shaper.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Reid Linnemann committed Jun 7, 2024
1 parent 65db621 commit 11b34da
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 @@ -4619,7 +4619,7 @@ EOD;
if ($selectedScheduler["pie_pderand"]) {
$cflink['pie_pderand'] = $this->GetPIE_PDERAND();
}
config_get_path($cflink_path, $cflink);
config_set_path($cflink_path, $cflink);
/* End limiter queue patch */
}

Expand Down

0 comments on commit 11b34da

Please sign in to comment.