I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 717e1c58 authored by zzz's avatar zzz
Browse files

Transport: State transition fix

parent 4b3dbd89
No related branches found
No related tags found
No related merge requests found
......@@ -502,12 +502,12 @@ public abstract class CommSystemFacade implements Service {
case IPV4_SNAT_IPV6_OK:
return IPV4_FIREWALLED_IPV6_OK;
case REJECT_UNSOLICITED:
case IPV4_OK_IPV6_FIREWALLED:
case IPV4_DISABLED_IPV6_FIREWALLED:
return REJECT_UNSOLICITED;
case DIFFERENT:
case REJECT_UNSOLICITED:
return newStatus;
// cases where we already knew the IPv6 state only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment