diff options
Diffstat (limited to 'node')
| -rw-r--r-- | node/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index 24b1917c..ecef2fa6 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -173,7 +173,7 @@ static int _doZtFilter( #ifdef ZT_RULES_ENGINE_DEBUGGING dlog.clear(); #endif // ZT_RULES_ENGINE_DEBUGGING - thisSetMatches = 1; // TEE does not terminate evaluation + thisSetMatches = 1; } else { if (!noRedirect) { Packet outp(fwdAddr,RR->identity.address(),Packet::VERB_EXT_FRAME); |
