16 Feb
                
                    2007
                
            
            
                16 Feb
                
                '07
                
            
            
            
        
    
                3:43 p.m.
            
        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; } --