forked from I2P_Developers/i2p.i2p
LookupDestJob: Missing return after sending fail for blind data
This commit is contained in:
@ -154,6 +154,7 @@ class LookupDestJob extends JobImpl {
|
||||
if (_log.shouldDebug())
|
||||
_log.debug("Failed b33 lookup " + _blindData.getUnblindedPubKey() + " with code " + code);
|
||||
returnFail(code);
|
||||
return;
|
||||
}
|
||||
// do this after the fail checks above, because even if we
|
||||
// have the dest, it won't help get a LS.
|
||||
|
Reference in New Issue
Block a user