1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00
This commit is contained in:
Darien Raymond
2017-04-21 13:26:54 +02:00
parent 365d74ac49
commit 67dbb86b0e
6 changed files with 15 additions and 17 deletions

View File

@@ -61,8 +61,7 @@ func InitializeServerConfig(config *core.Config) error {
}
proc := RunV2RayProtobuf(configBytes)
err = proc.Start()
if err != nil {
if err := proc.Start(); err != nil {
return err
}