initialize properly mtu field.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 03 Mar 2008 21:21:48 +0100
changeset 2562 01a2e3e1924d
parent 2561 fb49fd82cbfd
child 2563 cd5b1cd332fe
initialize properly mtu field.
src/devices/wifi/wifi-net-device.cc
--- a/src/devices/wifi/wifi-net-device.cc	Mon Mar 03 21:00:50 2008 +0100
+++ b/src/devices/wifi/wifi-net-device.cc	Mon Mar 03 21:21:48 2008 +0100
@@ -60,6 +60,7 @@
 }
 
 WifiNetDevice::WifiNetDevice ()
+  : m_mtu (0)
 {}
 WifiNetDevice::~WifiNetDevice ()
 {}