From 0799cba4718bad8bee79ae89f18a562400e13caf Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 9 Dec 2015 21:13:11 +0100 Subject: [PATCH] [4106] Minor updates as a result of the review. Removed debug leftover and changed 'responds' to 'answers'. --- src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc | 1 - src/lib/dhcpsrv/dhcp4o6_ipc.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc b/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc index 8d7552240b..31e52f7fd0 100644 --- a/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc +++ b/src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc @@ -46,7 +46,6 @@ void Dhcp4o6Ipc::open() { } void Dhcp4o6Ipc::handler() { - std::cout << "handler" << std::endl; Dhcp4o6Ipc& ipc = Dhcp4o6Ipc::instance(); // Receive message from IPC. diff --git a/src/lib/dhcpsrv/dhcp4o6_ipc.h b/src/lib/dhcpsrv/dhcp4o6_ipc.h index d422ded64d..1b92326dad 100644 --- a/src/lib/dhcpsrv/dhcp4o6_ipc.h +++ b/src/lib/dhcpsrv/dhcp4o6_ipc.h @@ -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 -- GitLab