Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103627
b: refs/heads/master
c: 8e3461d
h: refs/heads/master
i:
  103625: 582f36a
  103623: c2c0d3f
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jul 18, 2008
1 parent 9d16c80 commit df00b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 229bf0cbaa054f1502ab4ee219f05985d2c838d1
refs/heads/master: 8e3461d01bdbc3dbf993448ed9ad4acaaeb6495d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ static int snmp_seq_show(struct seq_file *seq, void *v)
seq_printf(seq, " %s", snmp4_ipstats_list[i].name);

seq_printf(seq, "\nIp: %d %d",
IPV4_DEVCONF_ALL(&init_net, FORWARDING) ? 1 : 2,
IPV4_DEVCONF_ALL(net, FORWARDING) ? 1 : 2,
sysctl_ip_default_ttl);

for (i = 0; snmp4_ipstats_list[i].name != NULL; i++)
Expand Down

0 comments on commit df00b30

Please sign in to comment.