diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-26 15:30:20 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-26 15:30:20 -0700 |
commit | 7223685b9665590f2b0872060dd762706d371c4e (patch) | |
tree | 3d0e3844e03cf39cdf482d122390a8a688f9d589 | |
parent | e7dff1c785575372d84ad1923b6605bc8a3b7223 (diff) | |
download | infinitytier-7223685b9665590f2b0872060dd762706d371c4e.tar.gz infinitytier-7223685b9665590f2b0872060dd762706d371c4e.zip |
.
-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); |