Fix CUser::Clone() to work with salted passwords

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1128 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-07-13 16:25:53 +00:00
parent bf2bd39769
commit 4a62fca388
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -159,6 +159,7 @@ public:
const CString& GetVHost() const;
const CString& GetPass() const;
bool IsPassHashed() const;
const CString& GetPassSalt() const;
const set<CString>& GetAllowedHosts() const;
const CString& GetTimestampFormat() const;
bool GetTimestampAppend() const;