remove an unnecessary check in inet_pton
authorSzabolcs Nagy <nsz@port70.net>
Thu, 12 Dec 2013 04:18:34 +0000 (04:18 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 12 Dec 2013 04:18:34 +0000 (04:18 +0000)
commitac45692a53a1b8d2ede329d91652d43c1fb5dc8d
tree2188d6ad97cd35ed316885e4691416912c0543f1
parentec411999a0262c8e3e6be53ae11ad761776a2fc1
remove an unnecessary check in inet_pton

at most 4 hexadecimal digits are processed in one field so the
value cannot overflow. the netdb.h header was not used.
src/network/inet_pton.c