[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Libvir] [patch 2/9] Fix segv with networks re-defining patch
- From: Mark McLoughlin <markmc redhat com>
- To: libvir-list redhat com
- Subject: [Libvir] [patch 2/9] Fix segv with networks re-defining patch
- Date: Fri, 16 Feb 2007 14:43:57 +0000
Silly typo causing a segv
Signed-off-by: Mark McLoughlin <markmc redhat com>
Index: libvirt/qemud/conf.c
===================================================================
--- libvirt.orig/qemud/conf.c
+++ libvirt/qemud/conf.c
@@ -1558,6 +1558,7 @@ struct qemud_network *qemudLoadNetworkCo
return NULL;
}
+ network->def = def;
newNetwork = 1;
}
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]