Skip to content

Commit

Permalink
removed the null check of line 83
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKusumi committed Oct 27, 2019
1 parent e7743b2 commit 428c42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UtcMilliTime/Clock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task SelfUpdateAsync(string ntpServerHostName = Constants.fallback_
}
catch (Exception)
{
ntpCall?.OrderlyShutdown();
ntpCall.OrderlyShutdown();
ntpCall = null;
}
}
Expand Down

0 comments on commit 428c42f

Please sign in to comment.