• L
    Allow NULL mac address in virGetInterface · 4728bad4
    Laine Stump 提交于
    There are places where an interface will not have a mac address, and netcf
    returns this as a NULL pointer rather than a pointer to an empty string.
    Rather than checking for this all over the place in libvirt, just save it
    in the virInterface object as an empty string.
    
    * src/datatypes.c: allow NULL mac in virGetInterface()
    4728bad4
datatypes.c 38.3 KB