summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-03-14 13:04:10 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-03-14 13:04:10 +0100
commitadb26a4e882d317de4e4135f414b7002cafe07a4 (patch)
treedef07b4f4a086b1024e3a07c550b0b795a0559c5 /include
parentda45f24ff1ab4fbac1b674c820796e9b3850a380 (diff)
Change allocation of UserManager::uuidlist to be physically part of the object containing it
Diffstat (limited to 'include')
-rw-r--r--include/usermanager.h2
1 files changed, 1 insertions, 1 deletions
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
*/