From fc7ea88b355b0d2be557ecb988d0b4de4d4a5260 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Mon, 14 Sep 2009 21:49:43 -0700 Subject: [PATCH] quiet valgrind in NOTREACHED case --- src/devices/mesh/dot11s/dot11s-mac-header.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/mesh/dot11s/dot11s-mac-header.cc b/src/devices/mesh/dot11s/dot11s-mac-header.cc index 000222c10..482dd95e1 100644 --- a/src/devices/mesh/dot11s/dot11s-mac-header.cc +++ b/src/devices/mesh/dot11s/dot11s-mac-header.cc @@ -235,6 +235,7 @@ WifiMeshActionHeader::ActionValue WifiMeshActionHeader::GetAction () { ActionValue retval; + retval.peerLink = PEER_LINK_OPEN; // Needs to be initialized to something to quiet valgrind in default cases switch (m_category) { case MESH_PEERING_MGT: