git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix authorization in plugins
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
stgconfig.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
index 0acc6e810bb8080141e748784ab6a984e4a8c13e..19d68f98da37c4a446f52dc7c1d599ba323ff325 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
@@
-142,7
+142,7
@@
void * STG_CONFIG::Run(void * d)
STG_CONFIG * stgConf = (STG_CONFIG *)d;
stgConf->isRunning = true;
-stgConf->config.Run(
&stgConf->config
);
+stgConf->config.Run();
stgConf->isRunning = false;
return NULL;