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 functions to convert strings into uids/gids/modes.
[stg.git]
/
projects
/
rlm_stg
/
stg_client.cpp
diff --git
a/projects/rlm_stg/stg_client.cpp
b/projects/rlm_stg/stg_client.cpp
index 75109511c507b6822c9b3156985d187be227ae29..239770deffdb068a77e83ba36c2dc2ddb193cc98 100644
(file)
--- a/
projects/rlm_stg/stg_client.cpp
+++ b/
projects/rlm_stg/stg_client.cpp
@@
-42,7
+42,7
@@
Client* stgClient = NULL;
class Client::Impl
{
public:
- Impl(const std::string& address);
+
explicit
Impl(const std::string& address);
~Impl();
bool stop() { return m_conn ? m_conn->stop() : true; }