NetDB: Reenable RI store verifies. Was disabled in 0.7.9;

checkin comments claim it was reenabled in 0.7.10
but it didn't actually happen, probably due to bad merge.
This commit is contained in:
zzz
2012-02-29 17:50:54 +00:00
parent 2bc70b53c1
commit 48551f0617

View File

@@ -68,10 +68,7 @@ class FloodfillStoreJob extends StoreJob {
DatabaseEntry data = _state.getData();
boolean isRouterInfo = data.getType() == DatabaseEntry.KEY_TYPE_ROUTERINFO;
long published = data.getDate();
if (isRouterInfo) {
// Temporarily disable
return;
}
// we should always have exactly one successful entry
Hash sentTo = null;
try {