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

This commit is contained in:
fatedier 2021-04-22 18:33:10 +08:00 committed by GitHub
parent fbaa5f866e
commit 2408f1df04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ func startService(
}
err = svr.Run()
if cfg.Protocol == "kcp" {
if err == nil && cfg.Protocol == "kcp" {
<-kcpDoneCh
}
return