back out undefined function bug.

This commit is contained in:
gardners 2012-05-22 12:11:42 +09:30
parent fd343ca5b0
commit 4a3fc65385

View File

@ -352,7 +352,6 @@ int overlay_rhizome_saw_advertisements(int i,overlay_frame *f, long long now)
else
{
if (debug&DEBUG_RHIZOME) WHY("Unverified manifest has errors - so not processing any further.");
rhizome_ignore_bundle(m);
}
if (m) rhizome_manifest_free(m);
m=NULL;