Explorar o código

Fix: warning: mutex '_aqm_m' is not held on every path through here [-Wthread-safety-analysis] (#1964)

Brenton Bostick %!s(int64=2) %!d(string=hai) anos
pai
achega
1b59712c48
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      node/Switch.cpp

+ 1 - 0
node/Switch.cpp

@@ -642,6 +642,7 @@ void Switch::aqm_enqueue(void *tPtr, const SharedPtr<Network> &network, Packet &
 		}
 	}
 	if (!selectedQueue) {
+		_aqm_m.unlock();
 		return;
 	}