* Now gets the net_socket module in init_stack() to make sure it's initialized

as long as the stack is loaded.
* This fixes another regression from moving the socket API into the kernel.
* Thanks to Romain for reporting this!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30198 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-04-16 10:54:07 +00:00
parent 32537299cb
commit 7caa5d430c
2 changed files with 138 additions and 123 deletions
@@ -1604,6 +1604,7 @@ socket_std_ops(int32 op, ...)
return B_OK;
}
case B_MODULE_UNINIT:
ASSERT(sSocketList.IsEmpty());
mutex_destroy(&sSocketLock);
#ifdef ADD_DEBUGGER_COMMANDS