From a41039e1fa1271b5f955ff4b46ac8e47d92ad3cd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 21:24:32 +0000 Subject: [PATCH] Code style fixes --- test/selftest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selftest.cs b/test/selftest.cs index a24cbc2..aa0753d 100644 --- a/test/selftest.cs +++ b/test/selftest.cs @@ -26,7 +26,7 @@ public class ExampleApp { // node.InitAllowIdentityCaching(true); // node.InitAllowWorldCaching(false); node.InitSetEventHandler(OnZeroTierEvent); - //node.InitSetPort(0); // Will randomly attempt ports if not specified or is set to 0 + // node.InitSetPort(0); // Will randomly attempt ports if not specified or is set to 0 node.InitSetRandomPortRange(40000, 50000); // node.InitAllowSecondaryPort(false);