Pass new argument to FIB_ITERATE_END.
This commit is contained in:
parent
2569bc4073
commit
ab749558a2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ rip_tx( sock *s )
|
|||
FIB_ITERATE_PUT(&c->iter, z);
|
||||
goto break_loop;
|
||||
}
|
||||
} FIB_ITERATE_END;
|
||||
} FIB_ITERATE_END(z);
|
||||
c->done = 1;
|
||||
|
||||
break_loop:
|
||||
|
|
Loading…
Reference in a new issue