src/devices/wifi/wifi-mode.cc
changeset 1920 1d4864775cf8
parent 1910 1c1dd3c8c228
child 1966 8d4f27f7ee0e
--- a/src/devices/wifi/wifi-mode.cc	Tue Oct 09 10:21:46 2007 +0200
+++ b/src/devices/wifi/wifi-mode.cc	Tue Oct 09 11:07:05 2007 +0200
@@ -62,6 +62,7 @@
   return m_uid;
 }
 WifiMode::WifiMode ()
+  : m_uid (0)
 {}
 WifiMode::WifiMode (uint32_t uid)
   : m_uid (uid)