diff options
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/clip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 45e08620c8ca..86b885ec1cbd 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
@@ -534,7 +534,7 @@ static int clip_setentry(struct atm_vcc *vcc, __be32 ip) | |||
534 | unlink_clip_vcc(clip_vcc); | 534 | unlink_clip_vcc(clip_vcc); |
535 | return 0; | 535 | return 0; |
536 | } | 536 | } |
537 | error = ip_route_output_key(&rt, &fl); | 537 | error = ip_route_output_key(&init_net, &rt, &fl); |
538 | if (error) | 538 | if (error) |
539 | return error; | 539 | return error; |
540 | neigh = __neigh_lookup(&clip_tbl, &ip, rt->u.dst.dev, 1); | 540 | neigh = __neigh_lookup(&clip_tbl, &ip, rt->u.dst.dev, 1); |