]> git.stg.codes - stg.git/blobdiff - include/stg/admin_conf.h
Added CHG/ADD/DEL_ADMIN parsers.
[stg.git] / include / stg / admin_conf.h
index c13160eea86ba47e26e380ba692bb637b95b3f6c..8b1a988e1877ff79c77e73bfd404b67e22710583 100644 (file)
@@ -78,7 +78,10 @@ struct ADMIN_CONF
 //-----------------------------------------------------------------------------
 struct 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),