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 168440834ade..e6215bdd96c0 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -141,7 +141,7 @@ static void ip4_frag_init(struct inet_frag_queue *q, void *a) | |||
141 | qp->daddr = arg->iph->daddr; | 141 | qp->daddr = arg->iph->daddr; |
142 | qp->user = arg->user; | 142 | qp->user = arg->user; |
143 | qp->peer = sysctl_ipfrag_max_dist ? | 143 | qp->peer = sysctl_ipfrag_max_dist ? |
144 | inet_getpeer(arg->iph->saddr, 1) : NULL; | 144 | inet_getpeer_v4(arg->iph->saddr, 1) : NULL; |
145 | } | 145 | } |
146 | 146 | ||
147 | static __inline__ void ip4_frag_free(struct inet_frag_queue *q) | 147 | static __inline__ void ip4_frag_free(struct inet_frag_queue *q) |