• 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
Name
Last commit
Last update
..
foreign Loading commit data...
tests Loading commit data...
Makefile.am Loading commit data...
debug.h Loading commit data...
misc.c Loading commit data...
misc.h Loading commit data...
node.c Loading commit data...
node.h Loading commit data...
node_assert.h Loading commit data...
node_head.h Loading commit data...
node_mempool.h Loading commit data...
pesi.c Loading commit data...
pesi.h Loading commit data...
pesi.vsc Loading commit data...
pesi_flags.h Loading commit data...
pesi_tree.h Loading commit data...
state.dot Loading commit data...
tbl_set_parameter.h Loading commit data...
tree.dot Loading commit data...
vdp_pesi.c Loading commit data...
vdp_pesi.h Loading commit data...
vdp_pesi.vcc Loading commit data...
vmod_pesi.c Loading commit data...