Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammi-Husky committed Feb 20, 2016
2 parents da0d825 + 93c7400 commit aae84f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTLS/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static void Main(string[] args)
else if (args.Length == 0)
PrintUsage();

Logstream.Close();
if(Logstream != null) Logstream.Close();
}
private static void PrintUsage()
{
Expand Down

0 comments on commit aae84f5

Please sign in to comment.