• Nils Goroll's avatar
    fix tree traversal when unpending · e3db3765
    Nils Goroll authored
    the continue statement continued the inner loop, in fact the while
    (node->state >= ST_UNPENDING) was intended to be continued.
    
    I could neither convince myself that this can not cause an infinite loop
    nor could I convince myself that it does.
    e3db3765
node.c 26.5 KB