mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-03 14:10:25 +02:00
compatido: now REALLY make those default config options static
refs #3158
This commit is contained in:
parent
37e0309c1d
commit
54ca22be04
@ -69,6 +69,10 @@ private:
|
|||||||
msg << type << "=" << *it << "\n";
|
msg << type << "=" << *it << "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static const String DefaultSocketAddress;
|
||||||
|
static const String DefaultSocketPort;
|
||||||
|
static const String DefaultInstanceName;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user