campaignd: Serve 1.12 clients on port 15007

This commit is contained in:
Ignacio R. Morelle 2014-02-20 22:38:20 -03:00
parent a169517e20
commit 5e7b4ece1d
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 = (
("15007", "1.12.x"),
("15006", "1.11.x"),
("15002", "1.10.x"),
("15002", "1.9.x"),

View file

@ -19,7 +19,7 @@
#include <boost/foreach.hpp>
const unsigned short default_campaignd_port = 15006;
const unsigned short default_campaignd_port = 15007;
namespace {
const std::string addon_type_strings[] = {