Bugzilla – Attachment #1137: patch for bug #1154
}
NS_ASSERT_MSG (found, "Socket cannot be bound to a NetDevice not existing on the Node");
// cast found to void, to suppress 'found' set but not used compiler warning
// in optimized builds
(void) found;
m_boundnetdevice = netdevice;
return;