Fixed bug for deciding when to skip manifests

This commit is contained in:
gardners 2012-02-14 10:00:39 +10:30
parent 720ab89309
commit 9a65f6c995

View File

@ -129,7 +129,7 @@ int overlay_route_add_advertisements(int interface,overlay_buffer *e)
But this will do for now.
*/
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])
skip=1;