* Replaced the useless InitCheck() method in {Open,Multi}HashTable (it
always returned B_OK) by a Init() method, which sets the initial size and returns an error, if that fails. * Adjusted code using the classes accordingly. Replaced a few InitCheck() methods in the network code by Init(). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26127 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -156,7 +156,7 @@ NotificationManager::_Init()
|
||||
{
|
||||
mutex_init(&fLock, "notification manager");
|
||||
|
||||
return fServiceHash.InitCheck();
|
||||
return fServiceHash.Init();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user