--- 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!");
}