Browse Source

[5019] @todo added in srv_config.h

Tomek Mrugalski 8 years ago
parent
commit
9c3cb1d871
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcpsrv/srv_config.h

+ 1 - 0
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;
     }