• Oran Agra's avatar
    fix disconnectSlaves, to try to free each slave. · 676445ad
    Oran Agra authored
    the recent change in that loop (iteration rather than waiting for it to
    be empty) was intended to avoid an endless loop in case some slave would
    refuse to be freed.
    
    but the lookup of the first client remained, which would have caused it
    to try the first one again and again instead of moving on.
    676445ad
networking.c 121 KB