]> xenbits.xensource.com Git - libvirt.git/commitdiff
Thu Feb 15 19:05:48 IST 2007 Mark McLoughlin <markmc@redhat.com>
authorMark McLoughlin <markmc@redhat.com>
Thu, 15 Feb 2007 19:05:27 +0000 (19:05 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 15 Feb 2007 19:05:27 +0000 (19:05 +0000)
        * qemud/conf.c: fix segfault

ChangeLog
qemud/conf.c

index f08a075f4fc4bc13e77ef7f7b6a924325652b3e4..0e0021bb6b9d140630c69473cdcd2c81a19c4183 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0bc3654c9d375480095a169db1e74ac641877f80..399407aec08ed3ed5a8c87dd2cc4580f8da4389f 100644 (file)
@@ -1558,6 +1558,7 @@ struct qemud_network *qemudLoadNetworkConfigXML(struct qemud_server *server,
             return NULL;
         }
 
+        network->def = def;
         newNetwork = 1;
     }