Revision 86ab9eb5
Added by Jim Pingle about 8 years ago
src/etc/inc/services.inc | ||
---|---|---|
647 | 647 |
$type = "secondary"; |
648 | 648 |
$my_port = "520"; |
649 | 649 |
$peer_port = "519"; |
650 |
$dhcpdconf_pri = ''; |
|
650 | 651 |
} else { |
651 | 652 |
$my_port = "519"; |
652 | 653 |
$peer_port = "520"; |
Also available in: Unified diff
Set a value for this variable in each case, so a previous value isn't re-used in a loop.
(cherry picked from commit faab657a256f9385d5e0ffb4084666e760b515a5)