mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Fix broken compilation.
sql/net_serv.cc: Fix the build I broke by the previous change.
This commit is contained in:
parent
c969f78b7c
commit
7345835213
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ my_bool my_net_init(NET *net, Vio* vio)
|
|||
MYF(MY_WME))))
|
||||
DBUG_RETURN(1);
|
||||
net->buff_end=net->buff+net->max_packet;
|
||||
net->no_send_ok= net->no_send_eof= net->no_send_error= 0;
|
||||
net->no_send_ok= net->no_send_error= 0;
|
||||
net->error=0; net->return_errno=0; net->return_status=0;
|
||||
net->pkt_nr=net->compress_pkt_nr=0;
|
||||
net->write_pos=net->read_pos = net->buff;
|
||||
|
|
Loading…
Reference in a new issue