network: remove unused object from PacketSocket

This commit is contained in:
wzfelix
2024-09-13 21:19:03 +00:00
committed by Tommaso Pecorella
parent b9407fc643
commit 6941796ce2

View File

@@ -210,7 +210,7 @@ int
PacketSocket::Connect(const Address& ad)
{
NS_LOG_FUNCTION(this << ad);
PacketSocketAddress address;
if (m_state == STATE_CLOSED)
{
m_errno = ERROR_BADF;