• M
    Convert virSecurityReportError into a macro · cad2a4ca
    Matthias Bolte 提交于
    The virRaiseError macro inside of virSecurityReportError expands to
    virRaiseErrorFull and includes the __FILE__, __FUNCTION__ and __LINE__
    information. But this three values are always the same for every call
    to virSecurityReportError and do not reflect the actual error context.
    
    Converting virSecurityReportError into a macro results in getting the
    correct __FILE__, __FUNCTION__ and __LINE__ information.
    cad2a4ca
security_driver.h 4.4 KB