Added default NULL for users table

Added default NULL for users table
This commit is contained in:
MassimilianoPinto 2014-11-10 11:10:32 +01:00
parent 071e15048d
commit f466f86672

View File

@ -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);