campaignd: Assign port 15015 to 1.15.x (#4228)

campaignd: Assign port 15015 to 1.15.x
This commit is contained in:
Gunter Labes 2019-08-14 21:26:15 +02:00 committed by GitHub
parent 1c52699bb7
commit 211f14176c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = (
("15015", "1.15.x"),
("15014", "1.14.x"),
("15008", "1.13.x"),
("15007", "1.12.x"),

View file

@ -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[] {