campaignd: Assign port 15015 to 1.15.x (#4228)
campaignd: Assign port 15015 to 1.15.x
This commit is contained in:
parent
1c52699bb7
commit
211f14176c
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ dumpi = 0
|
|||
class CampaignClient:
|
||||
# First port listed will be used as default.
|
||||
portmap = (
|
||||
("15015", "1.15.x"),
|
||||
("15014", "1.14.x"),
|
||||
("15008", "1.13.x"),
|
||||
("15007", "1.12.x"),
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <boost/algorithm/string.hpp>
|
||||
#include <set>
|
||||
|
||||
const unsigned short default_campaignd_port = 15014;
|
||||
const unsigned short default_campaignd_port = 15015;
|
||||
|
||||
namespace {
|
||||
const std::string addon_type_strings[] {
|
||||
|
|
Loading…
Add table
Reference in a new issue