Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.
Reported by: trociny, rodrigc
This commit is contained in:
parent
f8272818b4
commit
72f878ef47
@ -118,7 +118,7 @@ struct tcp_syncache {
|
||||
u_int cache_limit;
|
||||
u_int rexmt_limit;
|
||||
u_int hash_secret;
|
||||
struct vnet *sch_vnet;
|
||||
struct vnet *vnet;
|
||||
struct syncookie_secret secret;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user