]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
Compiler warning fix.
authordenspike <redacted>
Thu, 7 Oct 2010 18:45:52 +0000 (20:45 +0200)
committerdenspike <redacted>
Thu, 7 Oct 2010 18:45:52 +0000 (20:45 +0200)
mod.cservice/cservice.cc

index b0e952b70c69bfb217192ca0e8eb5e649005b4c0..fc4dc87797d987e57a4ae62290256730c36a44a8 100644 (file)
@@ -4997,7 +4997,7 @@ if (!isPasswordRight(theUser, st.assemble(4)))
                logPrivAdminMessage("%d failed logins for %s (last attempt from iauth with IP %s), checksum %d).",
                        theUser->getFailedLogins(),
                        theUser->getUserName().c_str(),
-                       st[2],
+                       st[2].c_str(),
                        checksum);
        
        }