Skip to content

Commit 6ad1aaa

Browse files
roncapatfacchinm
authored andcommitted
Remove old TODOs for non-standard ipv4 format support
Signed-off-by: Patrick Roncagliolo <[email protected]>
1 parent dbc2b38 commit 6ad1aaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Dns.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ void DNSClient::begin(const IPAddress& aDNSServer)
5757

5858
int DNSClient::inet_aton(const char* address, IPAddress& result)
5959
{
60-
// TODO: add support for "a", "a.b", "a.b.c" formats
61-
6260
uint16_t acc = 0; // Accumulator
6361
uint8_t dots = 0;
6462

0 commit comments

Comments
 (0)