Fix
authorKirill Andreev <andreev@iitp.ru>
Tue, 28 Jul 2009 20:26:59 +0400
changeset 5137 22a9d7e537bb
parent 5136 6ad13efaccd7
child 5138 b193dca2b479
Fix
src/devices/mesh/mesh-wifi-interface-mac.cc
--- a/src/devices/mesh/mesh-wifi-interface-mac.cc	Tue Jul 28 20:22:15 2009 +0400
+++ b/src/devices/mesh/mesh-wifi-interface-mac.cc	Tue Jul 28 20:26:59 2009 +0400
@@ -399,7 +399,7 @@
     }
   m_stats.sentFrames++;
   m_stats.sentBytes += packet->GetSize ();
-  if ((m_queues.find (AC_VO) == m_queues.end ()) || (m_queues.find (AC_VO) == m_queues.end ()))
+  if ((m_queues.find (AC_VO) == m_queues.end ()) || (m_queues.find (AC_BK) == m_queues.end ()))
     {
       NS_FATAL_ERROR ("Voice or Background queue is not set up!");
     }