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) | |||
| 184 | qp->daddr = arg->iph->daddr; | 184 | qp->daddr = arg->iph->daddr; |
| 185 | qp->user = arg->user; | 185 | qp->user = arg->user; |
| 186 | qp->peer = sysctl_ipfrag_max_dist ? | 186 | qp->peer = sysctl_ipfrag_max_dist ? |
| 187 | inet_getpeer_v4(net, arg->iph->saddr, 1) : NULL; | 187 | inet_getpeer_v4(net->ipv4.peers, arg->iph->saddr, 1) : NULL; |
| 188 | } | 188 | } |
| 189 | 189 | ||
| 190 | static __inline__ void ip4_frag_free(struct inet_frag_queue *q) | 190 | static __inline__ void ip4_frag_free(struct inet_frag_queue *q) |
