diff --git a/src/internet/model/udp-socket-impl.cc b/src/internet/model/udp-socket-impl.cc index 69aa538ca..ca5373aec 100644 --- a/src/internet/model/udp-socket-impl.cc +++ b/src/internet/model/udp-socket-impl.cc @@ -232,6 +232,8 @@ UdpSocketImpl::FinishBind() } if (done) { + m_shutdownRecv = false; + m_shutdownSend = false; return 0; } return -1;