ErrorMsg wasn't initialized. Added initialization at the top of the service
This commit is contained in:
committed by
Ouellette Jonathan (CSC FI SPS MESLEO)
parent
47b54f6a16
commit
a094971d7d
@ -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
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user