From: Tomek Mrugalski Date: Tue, 24 Jan 2017 15:30:47 +0000 (+0100) Subject: [5019] @todo added in srv_config.h X-Git-Tag: trac3389_base~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3cb1d8714177996463da30b036258a61b99ba4;p=thirdparty%2Fkea.git [5019] @todo added in srv_config.h --- diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h index 554004c88b..dcf9104984 100644 --- a/src/lib/dhcpsrv/srv_config.h +++ b/src/lib/dhcpsrv/srv_config.h @@ -477,6 +477,7 @@ public: /// /// @param port port and port + 1 to use void setDhcp4o6Port(uint32_t port) { + /// @todo: Port is supposed to be uint16_t, not uint32_t dhcp4o6_port_ = port; }