From e03102dbcb4d28cfa54740a8d9824d3c6324d97b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 14 Mar 2019 14:29:15 -0700 Subject: Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers. --- node/Switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Switch.cpp') 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,const void Switch::aqm_enqueue(void *tPtr, const SharedPtr &network, Packet &packet,bool encrypt,int qosBucket) { - if(!network->QoSEnabled()) { + if(!network->qosEnabled()) { send(tPtr, packet, encrypt); return; } -- cgit v1.2.3