ErrorMsg wasn't initialized. Added initialization at the top of the service

This commit is contained in:
Infineon\Ouellette
2025-08-15 18:39:12 -07:00
committed by Ouellette Jonathan (CSC FI SPS MESLEO)
parent 47b54f6a16
commit a094971d7d

View File

@ -224,6 +224,8 @@ end service
Service CheckSigOrder(WOMatKey, CurrStage, UseCaching, RDSNo) Service CheckSigOrder(WOMatKey, CurrStage, UseCaching, RDSNo)
ErrorMsg = ''
StartTick = GetTickCount() StartTick = GetTickCount()
MetricName = 'CheckSigOrder' MetricName = 'CheckSigOrder'
@ -2925,3 +2927,4 @@ return