From adb26a4e882d317de4e4135f414b7002cafe07a4 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 14 Mar 2014 13:04:10 +0100 Subject: Change allocation of UserManager::uuidlist to be physically part of the object containing it --- include/usermanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usermanager.h b/include/usermanager.h index e287d74d0..b1c3520e9 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -48,7 +48,7 @@ class CoreExport UserManager /** Client list stored by UUID. Contains all clients, and is updated * automatically by the constructor and destructor of User. */ - user_hash* uuidlist; + user_hash uuidlist; /** Local client list, a list containing only local clients */ -- cgit v1.3.1-10-gc9f91