campaignd: Assign port 15008 to 1.13.x

This commit is contained in:
Ignacio R. Morelle 2015-04-15 20:40:22 -03:00
parent adb4510be3
commit 2181dd8d9b
2 changed files with 2 additions and 1 deletions

View file

@ -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"),

View file

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