2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1073] fixed rebase

This commit is contained in:
Razvan Becheriu
2020-01-21 10:28:56 +02:00
parent 5141967d22
commit b6850b3005

View File

@@ -2809,7 +2809,7 @@ MySqlHostDataSourceImpl::getHostCollection(MySqlHostContextPtr& ctx,
} catch (const isc::BadValue& ex) {
// Rethrow the exception with a bit more data.
isc_throw(BadValue, ex.what() << ". Statement is <" <<
ctx->conn_.text_statements_[stindex] << ">");
ctx->conn_.text_statements_[stindex] << ">");
}
if (single && (result.size() > 1)) {