Fix broken compilation.

sql/net_serv.cc:
  Fix the build I broke by the previous change.
This commit is contained in:
unknown 2007-10-15 15:49:16 +04:00
parent c969f78b7c
commit 7345835213

View file

@ -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;