campaignd: Assign port 15008 to 1.13.x
This commit is contained in:
parent
adb4510be3
commit
2181dd8d9b
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ dumpi = 0
|
|||
class CampaignClient:
|
||||
# First port listed will be used as default.
|
||||
portmap = (
|
||||
("15008", "1.13.x"),
|
||||
("15007", "1.12.x"),
|
||||
("15006", "1.11.x"),
|
||||
("15002", "1.10.x"),
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
const unsigned short default_campaignd_port = 15007;
|
||||
const unsigned short default_campaignd_port = 15008;
|
||||
|
||||
namespace {
|
||||
const std::string addon_type_strings[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue