diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2003-07-25 12:23:25 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2003-07-25 12:23:25 +0000 |
| commit | 434252892a018c607df12e31a4362f20238676df (patch) | |
| tree | 458b4aa8c252021cd62163e45d8a1f9bd419bacf /lib/libc/net/ip6opt.c | |
| parent | 42e271cf2284d501d7bb844e6f04c99f761708a2 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/ip6opt.c')
| -rw-r--r-- | lib/libc/net/ip6opt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/net/ip6opt.c b/lib/libc/net/ip6opt.c index bbd78911d656..a26e45d3b83d 100644 --- a/lib/libc/net/ip6opt.c +++ b/lib/libc/net/ip6opt.c @@ -111,8 +111,6 @@ inet6_option_append(cmsg, typep, multx, plusy) return(-1); if (plusy < 0 || plusy > 7) return(-1); - if (typep[0] > 255) - return(-1); /* * If this is the first option, allocate space for the |
