Fix typo in r257515.
Submitted by: az
This commit is contained in:
parent
5f86fc4ba5
commit
6c2338b1bf
@ -2003,7 +2003,7 @@ xn_configure_features(struct netfront_info *np)
|
||||
int err;
|
||||
|
||||
err = 0;
|
||||
#if __FreeBSD_version >= 70000 && (defined(INET) || defined(INET6))
|
||||
#if __FreeBSD_version >= 700000 && (defined(INET) || defined(INET6))
|
||||
if ((np->xn_ifp->if_capenable & IFCAP_LRO) != 0)
|
||||
tcp_lro_free(&np->xn_lro);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user