mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix typo in r257515.
Submitted by: az
This commit is contained in:
parent
03eea902e7
commit
c6b15dd50d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue