diff -r 46ed9ed9dac0 -r 1d4864775cf8 src/devices/wifi/wifi-mode.cc --- 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)