mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-03-11 15:03:56 +00:00
supress bad rhizome manifest messages.
This commit is contained in:
parent
299cb92952
commit
a9be08b0cc
@ -344,9 +344,8 @@ int overlay_rhizome_saw_advertisements(int i,overlay_frame *f, long long now)
|
|||||||
if (rhizome_ignore_manifest_check(m,(struct sockaddr_in *)f->recvaddr))
|
if (rhizome_ignore_manifest_check(m,(struct sockaddr_in *)f->recvaddr))
|
||||||
{
|
{
|
||||||
/* Ignoring manifest that has caused us problems recently */
|
/* Ignoring manifest that has caused us problems recently */
|
||||||
WHYF("Ignoring manifest with errors: %s",
|
if (0) WHYF("Ignoring manifest with errors: %s",
|
||||||
rhizome_manifest_get(m,"id",NULL,0)
|
rhizome_manifest_get(m,"id",NULL,0));
|
||||||
);
|
|
||||||
}
|
}
|
||||||
else if (m&&(!m->errors))
|
else if (m&&(!m->errors))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user