diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-06 12:39:20 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-06 12:39:20 -0700 |
| commit | 35b5dcf89df77e372c8c06e62b30debd55426f98 (patch) | |
| tree | 2582682eba361de249115ffa9f5d91445f73e94a /node | |
| parent | 9743db3538d1f1bc94f8ac4b1e75e19227e20efe (diff) | |
| download | infinitytier-35b5dcf89df77e372c8c06e62b30debd55426f98.tar.gz infinitytier-35b5dcf89df77e372c8c06e62b30debd55426f98.zip | |
Kill debug line.
Diffstat (limited to 'node')
| -rw-r--r-- | node/Switch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp index 18e17a60..f91bf5c9 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -178,7 +178,7 @@ void Switch::onLocalEthernet(const SharedPtr<Network> &network,const MAC &from,c } */ - if ((true)||(fromBridged)||(includeCom)) { + if ((fromBridged)||(includeCom)) { Packet outp(toZT,RR->identity.address(),Packet::VERB_EXT_FRAME); outp.append(network->id()); if (includeCom) { |
