X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=fc280af186fb9d8e400bd59ef6a5b42b9118a39b;hp=8b4046edd83e52a686a7ee0b29768a4bffb1f36f;hb=b86a7a0533c4d723ea940ac2071f845f165f832c;hpb=bd6e384a0ba2c1464d9270baf829fea932b88224 diff --git a/discover/device-handler.c b/discover/device-handler.c index 8b4046e..fc280af 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -520,6 +520,7 @@ struct discover_context *device_handler_discover_context_create( ctx = talloc(handler, struct discover_context); ctx->device = device; ctx->conf_url = NULL; + ctx->test_data = NULL; list_init(&ctx->boot_options); return ctx;