From ea94b7598ef20069757a5ced411d2250776560a4 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 11 Apr 2019 09:57:20 +0200 Subject: check-certificates: always return a string in $GetIssuerCN --- check-certificates | 1 + 1 file changed, 1 insertion(+) diff --git a/check-certificates b/check-certificates index 16bcd32..4fd90fe 100644 --- a/check-certificates +++ b/check-certificates @@ -17,6 +17,7 @@ :return [ :pick $IssuerI 3 99 ]; } } + :return ""; } :local FormatExpire do={ -- cgit v1.2.3-54-g00ecf