]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5019] @todo added in srv_config.h
authorTomek Mrugalski <tomasz@isc.org>
Tue, 24 Jan 2017 15:30:47 +0000 (16:30 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jan 2017 12:43:22 +0000 (13:43 +0100)
src/lib/dhcpsrv/srv_config.h

index 554004c88b89b2d8b1dbb8d7ce92be97cb9c969d..dcf91049841fa77d71879b2c278cec1fcde9055c 100644 (file)
@@ -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;
     }