From 0c05cca802e386a886b9675258181afffd568d7c Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Wed, 3 Jun 2015 12:12:07 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/ssl/ErrorDetail.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl/ErrorDetail.cc b/src/ssl/ErrorDetail.cc index f717d4d861..7946ff0e49 100644 --- a/src/ssl/ErrorDetail.cc +++ b/src/ssl/ErrorDetail.cc @@ -434,7 +434,7 @@ const char *Ssl::ErrorDetail::subject() const if (broken_cert.get()) { static char tmpBuffer[256]; // A temporary buffer if (X509_NAME_oneline(X509_get_subject_name(broken_cert.get()), tmpBuffer, - sizeof(tmpBuffer))) + sizeof(tmpBuffer))) return tmpBuffer; } return "[Not available]"; -- 2.47.2