diff options
Diffstat (limited to 'node/Switch.cpp')
-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 58979e26..3a4f8276 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -502,7 +502,7 @@ void Switch::onLocalEthernet(void *tPtr,const SharedPtr<Network> &network,const void Switch::aqm_enqueue(void *tPtr, const SharedPtr<Network> &network, Packet &packet,bool encrypt,int qosBucket) { - if(!network->QoSEnabled()) { + if(!network->qosEnabled()) { send(tPtr, packet, encrypt); return; } |