From b0eb19efef5c09c449ef6cec867d153296c6a221 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 4 Oct 2012 12:03:25 +0930 Subject: [PATCH] --- yaml --- r: 331414 b: refs/heads/master c: ca16f580a5db7e60bfafe59a50bb133bd3347491 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/lguest/lguest.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c48513ade59f..bdfc059e9a85 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb8111086c12ebdadc0544ba04dccd3aad212ad2 +refs/heads/master: ca16f580a5db7e60bfafe59a50bb133bd3347491 diff --git a/trunk/tools/lguest/lguest.c b/trunk/tools/lguest/lguest.c index f759f4f097c7..fd2f9221b241 100644 --- a/trunk/tools/lguest/lguest.c +++ b/trunk/tools/lguest/lguest.c @@ -1299,6 +1299,7 @@ static struct device *new_device(const char *name, u16 type) dev->feature_len = 0; dev->num_vq = 0; dev->running = false; + dev->next = NULL; /* * Append to device list. Prepending to a single-linked list is