git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
activeUsers SNMP parameter description added
[stg.git]
/
projects
/
stargazer
/
corps_impl.cpp
diff --git
a/projects/stargazer/corps_impl.cpp
b/projects/stargazer/corps_impl.cpp
index 456523dc500af8250e664584b7daa8252523e452..f926d23a9276b2f9f8cb04104796f07f3b01b188 100644
(file)
--- a/
projects/stargazer/corps_impl.cpp
+++ b/
projects/stargazer/corps_impl.cpp
@@
-33,7
+33,9
@@
CORPORATIONS_IMPL::CORPORATIONS_IMPL(STORE * st)
store(st),
WriteServLog(GetStgLogger()),
searchDescriptors(),
- handle(0)
+ handle(0),
+ mutex(),
+ strError()
{
pthread_mutex_init(&mutex, NULL);
Read();