diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
| -rw-r--r-- | net/ipv4/ip_fragment.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index 22c6bab9717..8d07c973409 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c @@ -184,7 +184,7 @@ static void ip4_frag_init(struct inet_frag_queue *q, void *a)  	qp->daddr = arg->iph->daddr;  	qp->user = arg->user;  	qp->peer = sysctl_ipfrag_max_dist ? -		inet_getpeer_v4(net, arg->iph->saddr, 1) : NULL; +		inet_getpeer_v4(net->ipv4.peers, arg->iph->saddr, 1) : NULL;  }  static __inline__ void ip4_frag_free(struct inet_frag_queue *q)  |