Bugzilla – Attachment #1113: Fix for bug, replaces m_spokeDevices with m_hubDevices for bug #1143
NetDeviceContainer
CsmaStarHelper::GetHubDevices () const
{
return m_spokeDevices;
return m_hubDevices;
}