未验证 提交 2408f1df 编写于 作者: F fatedier 提交者: GitHub

frpc: fix that login_fail_exit invalid if `protocol=kcp` (#2363)

上级 fbaa5f86
......@@ -234,7 +234,7 @@ func startService(
}
err = svr.Run()
if cfg.Protocol == "kcp" {
if err == nil && cfg.Protocol == "kcp" {
<-kcpDoneCh
}
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册