]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Marginally decomplicate set/getsockopt code in ip6_output.c by simply
authorrwatson <rwatson@FreeBSD.org>
Tue, 29 Jul 2008 09:31:03 +0000 (09:31 +0000)
committerrwatson <rwatson@FreeBSD.org>
Tue, 29 Jul 2008 09:31:03 +0000 (09:31 +0000)
commitf16d022cdb8d8e2dd554328fcab7a465bc299a6b
tree2d1b9d4860c53587fc58fdb6a273531a9b33013c
parentf33a4be603cb1fafeed67ddee8098f5ec15a334e
Marginally decomplicate set/getsockopt code in ip6_output.c by simply
using the passed arguments explicitly and unconditionally rather than
testing them and calling panic().  The result is the same but easier
to read.

MFC after: 3 days
sys/netinet6/ip6_output.c