mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
Thu Feb 15 19:05:48 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/conf.c: fix segfault
This commit is contained in:
parent
7902317a4f
commit
9839cf3798
@ -1,3 +1,7 @@
|
||||
Thu Feb 15 19:05:48 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
||||
|
||||
* qemud/conf.c: fix segfault
|
||||
|
||||
Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
||||
|
||||
* qemud/conf.h: move qemudFreeVMDef() down a bit
|
||||
|
@ -1558,6 +1558,7 @@ struct qemud_network *qemudLoadNetworkConfigXML(struct qemud_server *server,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
network->def = def;
|
||||
newNetwork = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user