• E
    rpc: fix logic bug · 2aa83b43
    Eric Blake 提交于
    Spotted by Coverity.  If we don't update tmp each time through
    the loop, then if the filter being removed was not the head of
    the list, we accidentally lose all filters prior to the one we
    wanted to remove.
    
    * src/rpc/virnetserverclient.c (virNetServerClientRemoveFilter):
        Don't lose unrelated filters.
    2aa83b43
virnetserverclient.c 25.0 KB