git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Better error reporting from plugin runner.
[stg.git]
/
include
/
stg
/
admin_conf.h
diff --git
a/include/stg/admin_conf.h
b/include/stg/admin_conf.h
index c13160eea86ba47e26e380ba692bb637b95b3f6c..7fbf44408c72ea45807a8b8f5ae5c1d942df6f6e 100644
(file)
--- a/
include/stg/admin_conf.h
+++ b/
include/stg/admin_conf.h
@@
-78,7
+78,11
@@
struct ADMIN_CONF
//-----------------------------------------------------------------------------
struct ADMIN_CONF_RES
{
//-----------------------------------------------------------------------------
struct ADMIN_CONF_RES
{
- ADMIN_CONF_RES()
+ ADMIN_CONF_RES() {}
+ ADMIN_CONF_RES(const ADMIN_CONF & conf)
+ : priv(conf.priv),
+ login(conf.login),
+ password(conf.password)
{}
ADMIN_CONF_RES(const ADMIN_CONF_RES & rhs)
: priv(rhs.priv),
{}
ADMIN_CONF_RES(const ADMIN_CONF_RES & rhs)
: priv(rhs.priv),