engine: resources: config_etcd: Fix missing return
Woops!
This commit is contained in:
@@ -121,6 +121,7 @@ Loop:
|
|||||||
// pass through and send an event
|
// pass through and send an event
|
||||||
|
|
||||||
case <-ctx.Done(): // closed by the engine to signal shutdown
|
case <-ctx.Done(): // closed by the engine to signal shutdown
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
obj.init.Event() // notify engine of an event (this can block)
|
obj.init.Event() // notify engine of an event (this can block)
|
||||||
|
|||||||
Reference in New Issue
Block a user