]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iflib: fix compilation issue introduced in r362621
authorVincenzo Maffione <vmaffione@FreeBSD.org>
Thu, 25 Jun 2020 20:43:21 +0000 (20:43 +0000)
committerVincenzo Maffione <vmaffione@FreeBSD.org>
Thu, 25 Jun 2020 20:43:21 +0000 (20:43 +0000)
commit9503233f8735a1267512df24473837c0aa7fc348
tree7e28ff68b4693a11dc4549d45bb29c51d4faa276
parent20869b25cc7d7eac81ca51041c8ccbc0404a8473
iflib: fix compilation issue introduced in r362621

The ifp local variable is useful even without netmap
and altq, as it is used to check for IFF_DRV_RUNNING.

MFC after: 2 weeks
sys/net/iflib.c