Remove "len < 0" check; len is socklen_t (uint32_t) so can't be
authormillert <millert@openbsd.org>
Thu, 27 Apr 2017 23:52:35 +0000 (23:52 +0000)
committermillert <millert@openbsd.org>
Thu, 27 Apr 2017 23:52:35 +0000 (23:52 +0000)
commitad5027344c1125e127d2d91c0445c3e44f70ecc8
tree328126e33c7ed1e256d3189c4924443ef3a4ff82
parent88a615dbeb839372707b48a527d25530dadf0d81
Remove "len < 0" check; len is socklen_t (uint32_t) so can't be
negative.  Quiets a warning from clang.  OK bluhm@
lib/libc/net/ip6opt.c