Added default NULL for users table
Added default NULL for users table
This commit is contained in:
parent
071e15048d
commit
f466f86672
@ -145,6 +145,7 @@ SERVICE *service;
|
||||
service->filters = NULL;
|
||||
service->n_filters = 0;
|
||||
service->weightby = 0;
|
||||
service->users = NULL;
|
||||
service->resources = NULL;
|
||||
spinlock_init(&service->spin);
|
||||
spinlock_init(&service->users_table_spin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user