2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[4106] Minor updates as a result of the review.

Removed debug leftover and changed 'responds' to 'answers'.
This commit is contained in:
Marcin Siodelski
2015-12-09 21:13:11 +01:00
parent a36e16def8
commit 0799cba471
2 changed files with 1 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ void Dhcp4o6Ipc::open() {
}
void Dhcp4o6Ipc::handler() {
std::cout << "handler" << std::endl;
Dhcp4o6Ipc& ipc = Dhcp4o6Ipc::instance();
// Receive message from IPC.

View File

@@ -40,7 +40,7 @@ public:
///
/// When the DHCPv6 server receives the DHCPv4 query message it needs
/// to forward it to the DHCPv4 server for processing. The DHCPv4
/// server processes the message and responds with the DHCPv4 response
/// server processes the message and answers with the DHCPv4 response
/// message to the DHCPv6 server. The server forwards it back to the
/// client. This class implements the communication between the DHCPv4
/// and DHCPv6 servers to allow for transmission of the DHCPv4 query