From a094971d7d9e403cfdea664b49962dd79945f4ef Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Fri, 15 Aug 2025 18:39:12 -0700 Subject: [PATCH] ErrorMsg wasn't initialized. Added initialization at the top of the service --- LSL2/STPROC/SIGNATURE_SERVICES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LSL2/STPROC/SIGNATURE_SERVICES.txt b/LSL2/STPROC/SIGNATURE_SERVICES.txt index 9598e29..40a316f 100644 --- a/LSL2/STPROC/SIGNATURE_SERVICES.txt +++ b/LSL2/STPROC/SIGNATURE_SERVICES.txt @@ -224,6 +224,8 @@ end service Service CheckSigOrder(WOMatKey, CurrStage, UseCaching, RDSNo) + + ErrorMsg = '' StartTick = GetTickCount() MetricName = 'CheckSigOrder' @@ -2925,3 +2927,4 @@ return +