Commit 13473722 authored by Inphi's avatar Inphi Committed by inphi

Update op-program/host/host.go

Co-authored-by: default avatarAdrian Sutton <adrian@oplabs.co>
parent fb267060
......@@ -37,7 +37,7 @@ func RunningProgramInClient() bool {
func FaultProofProgram(logger log.Logger, cfg *config.Config) error {
if RunningProgramInClient() {
cl.Main(logger)
// unreachable
panic("Client main should have exited process")
}
if err := cfg.Check(); err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment