• L
    conf: log error when encountering multiple filterrefs in interface · 1f7a291c
    Laine Stump 提交于
    Each interface has a single pointer to a filterref object. That
    filterref can itself point to multiple other filterrefs, but at the
    toplevel there is only one.
    
    The parser had previously just silently overwritten earlier filterrefs
    when a new one was encountered, so the interface was left with
    whichever was the last filterref in the xml, ignoring all the
    others. This patch logs an error when it sees more than one filterref.
    1f7a291c
domain_conf.c 488.3 KB