From d84c0ba4593baeac9edea22e68ba0bb151a199e9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 24 Aug 2008 22:26:27 +0000 Subject: [PATCH] useless --- src/daemon/https/x509/crq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/https/x509/crq.c b/src/daemon/https/x509/crq.c index 68b0477a..1f240007 100644 --- a/src/daemon/https/x509/crq.c +++ b/src/daemon/https/x509/crq.c @@ -393,7 +393,7 @@ parse_attribute (ASN1_TYPE asn1_struct, } else { /* raw!=0 */ - if (*sizeof_buf > (size_t) len && buf != NULL) + if (*sizeof_buf > (size_t) len) { *sizeof_buf = len; memcpy (buf, value, len);