Fix valgrind failure for aggregation test
authorSébastien Deronne <sebastien.deronne@gmail.com>
Sun, 06 Sep 2015 12:05:19 +0200
changeset 11648 8864c1d36ae4
parent 11647 4c87d32ffb07
child 11649 d1bbecfd11d4
Fix valgrind failure for aggregation test
src/wifi/model/wifi-remote-station-manager.cc
--- a/src/wifi/model/wifi-remote-station-manager.cc	Sun Sep 06 10:56:46 2015 +0200
+++ b/src/wifi/model/wifi-remote-station-manager.cc	Sun Sep 06 12:05:19 2015 +0200
@@ -345,7 +345,8 @@
 }
 
 WifiRemoteStationManager::WifiRemoteStationManager ()
-  : m_htSupported (false)
+  : m_htSupported (false),
+    m_vhtSupported (false)
 {
 }