diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 9f91a116d919..bb90a0c3a91e 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -1048,7 +1048,8 @@ void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more) | |||
1048 | return; | 1048 | return; |
1049 | } | 1049 | } |
1050 | } else | 1050 | } else |
1051 | printk(KERN_DEBUG "rt_bind_peer(0) @%p\n", NET_CALLER(iph)); | 1051 | printk(KERN_DEBUG "rt_bind_peer(0) @%p\n", |
1052 | __builtin_return_address(0)); | ||
1052 | 1053 | ||
1053 | ip_select_fb_ident(iph); | 1054 | ip_select_fb_ident(iph); |
1054 | } | 1055 | } |