campaignd: Assign port 15019 to 1.19

This commit is contained in:
Gunter Labes 2024-04-06 22:27:10 +02:00
parent 0657f19c6b
commit bc5d69d35e
No known key found for this signature in database
GPG key ID: C0C7B971CC910216

View file

@ -24,7 +24,7 @@
#include <array>
#include <boost/algorithm/string.hpp>
const unsigned short default_campaignd_port = 15018;
const unsigned short default_campaignd_port = 15019;
namespace
{