supress bad rhizome manifest messages.

This commit is contained in:
gardners 2012-05-22 17:24:06 +09:30
parent 299cb92952
commit a9be08b0cc

View File

@ -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))
{
/* Ignoring manifest that has caused us problems recently */
WHYF("Ignoring manifest with errors: %s",
rhizome_manifest_get(m,"id",NULL,0)
);
if (0) WHYF("Ignoring manifest with errors: %s",
rhizome_manifest_get(m,"id",NULL,0));
}
else if (m&&(!m->errors))
{