diff options
Diffstat (limited to 'net/ipv4/proc.c')
-rw-r--r-- | net/ipv4/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c index ef38b1dccfda..869085c8e43f 100644 --- a/net/ipv4/proc.c +++ b/net/ipv4/proc.c | |||
@@ -374,7 +374,7 @@ static int snmp_seq_show(struct seq_file *seq, void *v) | |||
374 | seq_puts(seq, "\nUdp:"); | 374 | seq_puts(seq, "\nUdp:"); |
375 | for (i = 0; snmp4_udp_list[i].name != NULL; i++) | 375 | for (i = 0; snmp4_udp_list[i].name != NULL; i++) |
376 | seq_printf(seq, " %lu", | 376 | seq_printf(seq, " %lu", |
377 | snmp_fold_field((void **)udp_statistics, | 377 | snmp_fold_field((void **)init_net.mib.udp_statistics, |
378 | snmp4_udp_list[i].entry)); | 378 | snmp4_udp_list[i].entry)); |
379 | 379 | ||
380 | /* the UDP and UDP-Lite MIBs are the same */ | 380 | /* the UDP and UDP-Lite MIBs are the same */ |