mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-12 18:54:53 +00:00
67d20d4af5
COWAL caused problems because replaceAddress() was removing the wrong address, since RouterAddress.equals() does not compare caps, so empty '4' and '6' addresses would be equal. So we could temporarily end up with multiple v4/v6 addresses. COWAL wasn't really buying us anything anyway. Fix removeAddress() that called the listener even if no change.