X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=64fc9fab2a5031556ea5e27a76be98903629999a;hp=7cf52636e56766db936d3bdb70ff104b17dd7797;hb=f69fabee4a120cebaeff2359350e62bd960088f4;hpb=4d5a57a73cbfa29ad2c8672f157294f733726f90 diff --git a/discover/device-handler.c b/discover/device-handler.c index 7cf5263..64fc9fa 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -626,6 +626,7 @@ struct discover_context *device_handler_discover_context_create( ctx = talloc_zero(handler, struct discover_context); ctx->device = device; + ctx->network = handler->network; list_init(&ctx->boot_options); return ctx;