This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / cifs / asn1.c
index cf3c027..a59742e 100644 (file)
@@ -201,7 +201,7 @@ asn1_header_decode(struct asn1_ctx *ctx,
        if (def)
                *eoc = ctx->pointer + len;
        else
-               *eoc = NULL;
+               *eoc = 0;
        return 1;
 }