From 136c1ea181043bf3dcf13dd3e635535dd27f9597 Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Fri, 4 Mar 2005 11:07:56 +0100 Subject: Changed C++ style comment to C style for 'sql/net_serv.cc' which will be symlinked to 'libmysql/net.c'. --- sql/net_serv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/net_serv.cc') diff --git a/sql/net_serv.cc b/sql/net_serv.cc index cad1f041005..c527ee1eb76 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -227,7 +227,7 @@ int 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 -- cgit v1.2.1