more cleanup

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10530 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
peavey 2008-09-12 19:56:39 +00:00
parent 14f4e64234
commit 134206328f

View File

@ -347,7 +347,7 @@ class SQLConn : public classbase
/* Total length of the unescaped parameters */
unsigned long paramlen;
/* Total length of query, used for binary-safety in mysql_real_query */
/* Total length of query, used for binary-safety */
unsigned long querylength = 0;
paramlen = 0;
@ -684,7 +684,7 @@ class ModuleMsSQL : public Module
if (listener->GetFd() == -1)
{
ServerInstance->Modules->DoneWithInterface("SQLutils");
throw ModuleException("m_mysql: unable to create ITC pipe");
throw ModuleException("m_mssql: unable to create ITC pipe");
}
else
{