Unverified Commit 2cbbee5d authored by Danielle Lancashire's avatar Danielle Lancashire
Browse files

hook resources: Init with empty resources during setup

parent 39578955
Showing with 1 addition and 0 deletions
+1 -0
......@@ -137,6 +137,7 @@ func (ar *allocRunner) initRunnerHooks(config *clientconfig.Config) error {
// create hook resource setting shim
hrs := &allocHookResourceSetter{ar: ar}
hrs.SetAllocHookResources(&cstructs.AllocHookResources{})
// build the network manager
nm, err := newNetworkManager(ar.Alloc(), ar.driverManager)
......
Supports Markdown
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