* Applied another patch by Adrian: the route used by TCP was never given back.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28892 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-01-13 12:10:35 +00:00
parent e5a30119a0
commit 49509985cf

View File

@ -430,6 +430,8 @@ TCPEndpoint::~TCPEndpoint()
gStackModule->wait_for_timer(&fPersistTimer);
gStackModule->wait_for_timer(&fDelayedAcknowledgeTimer);
gStackModule->wait_for_timer(&fTimeWaitTimer);
gDatalinkModule->put_route(Domain(), fRoute);
}