Skip to content

Commit

Permalink
fix: return value
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebkq committed Jan 8, 2025
1 parent 2ddb948 commit 73fdce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptlex.LexActivator/LexActivator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ public static uint GetActivationCreationDate()
switch (status)
{
case LexStatusCodes.LA_OK:
return activationDate;
return activationCreationDate;
case LexStatusCodes.LA_FAIL:
return 0;
default:
Expand Down

0 comments on commit 73fdce9

Please sign in to comment.