cvs commit: src/sys/netinet udp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 14 03:18:34 PST 2006
rwatson 2006-01-14 11:18:33 UTC
FreeBSD src repository
Modified files:
sys/netinet udp_usrreq.c
Log:
Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),
so no need to assign it to NULL or conditionally free it.
Found with: Coverity Prevent(tm)
MFC after: 3 days
Revision Changes Path
1.181 +0 -3 src/sys/netinet/udp_usrreq.c
More information about the cvs-all
mailing list