network: remove unused object from PacketSocket
This commit is contained in:
committed by
Tommaso Pecorella
parent
b9407fc643
commit
6941796ce2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user