campaignd: Set port allocation for version 1.14

This commit is contained in:
Iris Morelle 2018-03-10 01:38:39 -03:00 committed by Charles Dang
parent 28d35f4d8c
commit 0b3f14d63e
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ dumpi = 0
class CampaignClient:
# First port listed will be used as default.
portmap = (
("15014", "1.14.x"),
("15008", "1.13.x"),
("15007", "1.12.x"),
("15006", "1.11.x"),

View file

@ -21,7 +21,7 @@
#include <boost/algorithm/string.hpp>
#include <set>
const unsigned short default_campaignd_port = 15008;
const unsigned short default_campaignd_port = 15014;
namespace {
const std::string addon_type_strings[] {