mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 18:56:25 +00:00
Fixed bug for deciding when to skip manifests
This commit is contained in:
parent
720ab89309
commit
9a65f6c995
@ -129,7 +129,7 @@ int overlay_route_add_advertisements(int interface,overlay_buffer *e)
|
|||||||
But this will do for now.
|
But this will do for now.
|
||||||
*/
|
*/
|
||||||
int skip=0;
|
int skip=0;
|
||||||
for(i=0;i<count;i++)
|
for(i=0;i<oad_request_count;i++)
|
||||||
if (oad_requests[i]==&overlay_nodes[oad_bin][oad_slot])
|
if (oad_requests[i]==&overlay_nodes[oad_bin][oad_slot])
|
||||||
skip=1;
|
skip=1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user