forked from I2P_Developers/i2p.i2p
Override prepareOutbound() in VerifiedEstablishState
This commit is contained in:
@ -790,6 +790,10 @@ class EstablishState {
|
||||
|
||||
private static class VerifiedEstablishState extends EstablishState {
|
||||
@Override public boolean isComplete() { return true; }
|
||||
@Override public void prepareOutbound() {
|
||||
Log log =RouterContext.getCurrentContext().logManager().getLog(VerifiedEstablishState.class);
|
||||
log.warn("prepareOutbound() on verified state, doing nothing!");
|
||||
}
|
||||
}
|
||||
|
||||
/** @deprecated unused */
|
||||
|
Reference in New Issue
Block a user