mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
make it compile with -ansi -pedantic
This commit is contained in:
parent
28f5a019c1
commit
876a96cd02
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ my_bool
|
|||
my_net_write(NET *net,const char *packet,ulong len)
|
||||
{
|
||||
uchar buff[NET_HEADER_SIZE];
|
||||
if (unlikely(!net->vio)) // nowhere to write
|
||||
if (unlikely(!net->vio)) /* nowhere to write */
|
||||
return 0;
|
||||
/*
|
||||
Big packets are handled by splitting them in packets of MAX_PACKET_LENGTH
|
||||
|
|
Loading…
Reference in a new issue