Skip to content

Commit 204451d

Browse files
committed
Bug fix
#7058
1 parent f553bbc commit 204451d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v2rayN/ServiceLib/Handler/AppHandler.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ public bool InitComponents()
8080
Logging.SaveLog($"v2rayN start up | {Utils.GetRuntimeInfo()}");
8181
Logging.LoggingEnabled(_config.GuiItem.EnableLog);
8282

83+
//First determine the port value
84+
_ = StatePort;
85+
_ = StatePort2;
86+
8387
return true;
8488
}
8589

0 commit comments

Comments
 (0)