mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set a value for this variable in each case, so a previous value isn't re-used in a loop.
(cherry picked from commitfaab657a25) (cherry picked from commit86ab9eb54b)
This commit is contained in:
parent
68c614a762
commit
1a96a3a90f
@ -647,6 +647,7 @@ EOD;
|
||||
$type = "secondary";
|
||||
$my_port = "520";
|
||||
$peer_port = "519";
|
||||
$dhcpdconf_pri = '';
|
||||
} else {
|
||||
$my_port = "519";
|
||||
$peer_port = "520";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user