]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Removed pointless NULL check
authorsmh <smh@FreeBSD.org>
Tue, 10 Jul 2018 08:05:32 +0000 (08:05 +0000)
committersmh <smh@FreeBSD.org>
Tue, 10 Jul 2018 08:05:32 +0000 (08:05 +0000)
commitc6ce3f9dcaa3a1b1bd1adbecc1d4519d60d11d76
tree91f4a69785da7eef90dfe3868cba76f4559468b1
parent85f7a9874f4b24fad5409a24c5063b40e93554b4
Removed pointless NULL check

Removed pointless NULL check after malloc with M_WAITOK which can never
return NULL.

Sponsored by: Multiplay
sys/netinet/raw_ip.c