Implementation of the users table and a generic hashtable mechanism
This commit is contained in:
@ -70,7 +70,7 @@ SERVICE *service;
|
||||
service->state = SERVICE_STATE_ALLOC;
|
||||
service->credentials.name = NULL;
|
||||
service->credentials.authdata = NULL;
|
||||
service->users = NULL;
|
||||
service->users = users_alloc();
|
||||
|
||||
spinlock_acquire(&service_spin);
|
||||
service->next = allServices;
|
||||
|
Reference in New Issue
Block a user