2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

Merge remote branch 'origin/trac430'

This commit is contained in:
Jelte Jansen
2011-01-19 09:26:32 +01:00

View File

@@ -69,7 +69,7 @@ UDPServer::UDPServer(io_service& io_service,
if (addr.is_v6()) {
socket_->set_option(asio::ip::v6_only(true));
}
socket_->bind(udp::endpoint(proto, port));
socket_->bind(udp::endpoint(addr, port));
}
/// The function operator is implemented with the "stackless coroutine"