diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-05-18 16:03:17 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-05-18 16:03:17 +0200 |
commit | 67822c67e91e70917ddbdec0bd8453c7170ee06d (patch) | |
tree | 4d72b5dcb6cf691313960d723638832e5e49401d /include/usermanager.h | |
parent | 3f782d5cad84165d695203977c75d2a3877f4644 (diff) |
Initialize local_count
Diffstat (limited to 'include/usermanager.h')
-rw-r--r-- | include/usermanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index 743db508a..ac8ae1cb3 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -32,6 +32,8 @@ class CoreExport UserManager */ clonemap local_clones; public: + UserManager(); + ~UserManager() { for (user_hash::iterator i = clientlist->begin();i != clientlist->end();i++) |