fix unreachable code

This commit is contained in:
Boshi Lian 2018-02-24 15:02:21 +08:00
parent c877ae4409
commit 1671a4f747

View file

@ -170,6 +170,4 @@ func startPiper(config *piperdConfig) error {
logger.Printf("connection from %v closed reason: %v", c.RemoteAddr(), err)
}()
}
return nil
}