From bfa87a9ab4e017a1ba923153a08bd5f90bffcdb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 2 Aug 2007 19:12:28 +0000 Subject: [PATCH] IPv4 now uses module_dependencies, it mustn't put the stack module manually anymore. This fixes unloading of the stack (some fixes to the module code that let you determine this kind of bugs earlier will be committed next). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21798 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp b/src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp index 1c5c5bc146..a5f2f1f5a5 100644 --- a/src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp +++ b/src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp @@ -1673,7 +1673,6 @@ uninit_ipv4() benaphore_destroy(&sRawSocketsLock); benaphore_destroy(&sReceivingProtocolLock); - put_module(NET_STACK_MODULE_NAME); return B_OK; }