global-functions: $ScriptLock: use hex string for ticket

Does not matter what the ticket looks like, but using hex string it is
not converted to number.
This commit is contained in:
Christian Hesse
2021-07-01 22:37:03 +02:00
parent 0b4c1861cf
commit aad91d90ea
+2 -2
View File
@@ -908,7 +908,7 @@
:local DoReturn $2;
:local WaitMax ([ :tonum $3 ] * 10);
:global GetRandomNumber;
:global GetRandom20CharHex;
:global IfThenElse;
:global LogPrintExit2;
@@ -947,7 +947,7 @@
/ system script job remove [ find where script=$Script ];
}
:local MyTicket [ $GetRandomNumber ];
:local MyTicket [ $GetRandom20CharHex ];
:set ($ScriptLockOrder->$Script) [ $AddTicket ($ScriptLockOrder->$Script) $MyTicket ];
:local WaitCount 0;