summaryrefslogtreecommitdiff
path: root/sql/net_serv.cc
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-03-04 11:07:56 +0100
committerunknown <joerg@mysql.com>2005-03-04 11:07:56 +0100
commit16874ec6f5d9aaf72f0f34b22cbd9ab90486236e (patch)
tree4501c4e0886ec4f195663d65f86346743bc769d1 /sql/net_serv.cc
parentb66d71c8c3e14813c93860f73a315c33d77b0866 (diff)
downloadmariadb-git-16874ec6f5d9aaf72f0f34b22cbd9ab90486236e.tar.gz
Changed C++ style comment to C style for 'sql/net_serv.cc' which will be symlinked
to 'libmysql/net.c'. sql/net_serv.cc: Even though this is (by name) a C++ file, it is later symlinked to 'libmysql/net.c' and so the source will be treated as plain C: No C++ comments in here!
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r--sql/net_serv.cc2
1 files changed, 1 insertions, 1 deletions
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