From df4e524d8dd89f83a848e2641b3d2bcbb07807d9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 19 Mar 2008 16:20:14 +0000 Subject: minios: Automatically set IP from XenStore information Signed-off-by: Samuel Thibault --- extras/mini-os/kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/mini-os/kernel.c') diff --git a/extras/mini-os/kernel.c b/extras/mini-os/kernel.c index 3422648379..a9074fdcf6 100644 --- a/extras/mini-os/kernel.c +++ b/extras/mini-os/kernel.c @@ -87,7 +87,7 @@ static void periodic_thread(void *p) static void netfront_thread(void *p) { - init_netfront(NULL, NULL, NULL); + init_netfront(NULL, NULL, NULL, NULL); } static struct blkfront_dev *blk_dev; -- cgit v1.2.3