git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added specialization for std::string of Value2OS
[stg.git]
/
projects
/
stargazer
/
user_impl.cpp
diff --git
a/projects/stargazer/user_impl.cpp
b/projects/stargazer/user_impl.cpp
index ec271442bd428f7ebae398e195daad9d098ed99c..8c61523a835fb5ae25c45f0b23d29b421c5a4109 100644
(file)
--- a/
projects/stargazer/user_impl.cpp
+++ b/
projects/stargazer/user_impl.cpp
@@
-566,7
+566,7
@@
if (!fakeConnect)
id,
dirsStr);
id,
dirsStr);
- ScriptExec(scriptOnConnectParams);
+ ScriptExec(scriptOnConnectParams
.c_str()
);
}
else
{
}
else
{
@@
-623,7
+623,7
@@
if (!fakeDisconnect)
id,
dirsStr);
id,
dirsStr);
- ScriptExec(scriptOnDisonnectParams);
+ ScriptExec(scriptOnDisonnectParams
.c_str()
);
}
else
{
}
else
{
@@
-1032,7
+1032,7
@@
if (access(scriptOnAdd.c_str(), X_OK) == 0)
scriptOnAdd.c_str(),
login.c_str());
scriptOnAdd.c_str(),
login.c_str());
- ScriptExec(scriptOnAddParams);
+ ScriptExec(scriptOnAddParams
.c_str()
);
}
else
{
}
else
{
@@
-1054,7
+1054,7
@@
if (access(scriptOnDel.c_str(), X_OK) == 0)
scriptOnDel.c_str(),
login.c_str());
scriptOnDel.c_str(),
login.c_str());
- ScriptExec(scriptOnDelParams);
+ ScriptExec(scriptOnDelParams
.c_str()
);
}
else
{
}
else
{