forked from I2P_Developers/i2p.i2p
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:
@@ -68,10 +68,7 @@ class FloodfillStoreJob extends StoreJob {
|
|||||||
DatabaseEntry data = _state.getData();
|
DatabaseEntry data = _state.getData();
|
||||||
boolean isRouterInfo = data.getType() == DatabaseEntry.KEY_TYPE_ROUTERINFO;
|
boolean isRouterInfo = data.getType() == DatabaseEntry.KEY_TYPE_ROUTERINFO;
|
||||||
long published = data.getDate();
|
long published = data.getDate();
|
||||||
if (isRouterInfo) {
|
|
||||||
// Temporarily disable
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// we should always have exactly one successful entry
|
// we should always have exactly one successful entry
|
||||||
Hash sentTo = null;
|
Hash sentTo = null;
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user