I suck (I broke the build!)

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1555 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-07-01 09:11:33 +00:00
parent d3b95a0b3d
commit 79a80cefb2
+1 -1
View File
@@ -37,7 +37,7 @@ public:
m_sPass = sPass;
SetNV("Password", m_sPass);
PutModule("Password set");
} else if (xCmdName == "clear") {
} else if (sCmdName == "clear") {
m_sPass = "";
DelNV("Password");
} else {