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:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user