diff --git a/src/ripple/core/impl/Config.cpp b/src/ripple/core/impl/Config.cpp index 025dd51dd..2f32ec241 100644 --- a/src/ripple/core/impl/Config.cpp +++ b/src/ripple/core/impl/Config.cpp @@ -509,7 +509,7 @@ Config::loadFromString(std::string const& fileContents) if (getSingleSection(secConfig, SECTION_DATAGRAM_MONITOR, strTemp, j_)) { - std::vector vecTemp {strTemp}; + std::vector vecTemp{strTemp}; replaceColons(vecTemp); DATAGRAM_MONITOR = vecTemp[0]; }