1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix a compilation error.

This commit is contained in:
unknown
2007-12-13 04:19:23 +03:00
parent b9b3850140
commit 9e7abc2c71

View File

@ -74,7 +74,6 @@ bool Protocol_binary::net_store_data(const uchar *from, size_t length)
*/
void net_send_error(THD *thd, uint sql_errno, const char *err)
{
NET *net= &thd->net;
DBUG_ENTER("net_send_error");
DBUG_ASSERT(!thd->spcont);