Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.

Reported by:	trociny, rodrigc
This commit is contained in:
andre 2013-07-12 07:43:56 +00:00
parent f8272818b4
commit 72f878ef47

View File

@ -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;
};