mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
more cleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10530 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
14f4e64234
commit
134206328f
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user