修复帧指定的错误参数指向

This commit is contained in:
jixishi
2024-04-26 12:49:32 +08:00
parent e3415ae05a
commit 604e5bb4ad
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ var config Config
func setForWardClient() (conn net.Conn) {
switch FoeWardMode(config.forWard) {
case NOT:
case TCPC:
conn, err = net.Dial("tcp", config.address)
if err != nil {