This commit is contained in:
MikhailBurdukov 2023-04-26 21:03:27 +00:00
parent b229a28e94
commit 40ad8499a0

View File

@ -144,7 +144,7 @@ MongoDBDictionarySource::MongoDBDictionarySource(
}
else
{
// Connect with host/port/user/etc through constructing
// Connect with host/port/user/etc through constructing
std::string uri_constructed("mongodb://" + host + ":" + std::to_string(port) + "/" + db + "?" + options);
connection->connect(uri_constructed, socket_factory);