diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/nf_nat_snmp_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_snmp_basic.c b/net/ipv4/netfilter/nf_nat_snmp_basic.c index 07f2a49926d4..540ce6ae887c 100644 --- a/net/ipv4/netfilter/nf_nat_snmp_basic.c +++ b/net/ipv4/netfilter/nf_nat_snmp_basic.c | |||
@@ -260,7 +260,7 @@ static unsigned char asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) | |||
260 | { | 260 | { |
261 | unsigned char ch; | 261 | unsigned char ch; |
262 | 262 | ||
263 | if (eoc == 0) { | 263 | if (eoc == NULL) { |
264 | if (!asn1_octet_decode(ctx, &ch)) | 264 | if (!asn1_octet_decode(ctx, &ch)) |
265 | return 0; | 265 | return 0; |
266 | 266 | ||