campaignd: Serve 1.12 clients on port 15007
This commit is contained in:
parent
a169517e20
commit
5e7b4ece1d
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 = (
|
||||
("15007", "1.12.x"),
|
||||
("15006", "1.11.x"),
|
||||
("15002", "1.10.x"),
|
||||
("15002", "1.9.x"),
|
||||
|
|
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue