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 9dee70e1cf0d..e5b05b039101 100644 --- a/net/ipv4/proc.c +++ b/net/ipv4/proc.c | |||
@@ -144,7 +144,7 @@ static struct { | |||
144 | { "TimestampReps", ICMP_TIMESTAMPREPLY }, | 144 | { "TimestampReps", ICMP_TIMESTAMPREPLY }, |
145 | { "AddrMasks", ICMP_ADDRESS }, | 145 | { "AddrMasks", ICMP_ADDRESS }, |
146 | { "AddrMaskReps", ICMP_ADDRESSREPLY }, | 146 | { "AddrMaskReps", ICMP_ADDRESSREPLY }, |
147 | { 0, 0 } | 147 | { NULL, 0 } |
148 | }; | 148 | }; |
149 | 149 | ||
150 | 150 | ||