summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <kostja@oak.local>2003-07-31 15:47:00 +0400
committerunknown <kostja@oak.local>2003-07-31 15:47:00 +0400
commit2c3cba310aa401842996a52abdbde95bb950fcc5 (patch)
tree1696ed1e7e66db7b3240e3849aff93381c3d1f94 /sql-common
parent4df473b81c92be37364abaa83b0bafe21fc135a4 (diff)
downloadmariadb-git-2c3cba310aa401842996a52abdbde95bb950fcc5.tar.gz
merge commit
sql-common/client.c: comment fix
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index aac5be4b690..b43084855b9 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -1878,7 +1878,7 @@ mysql_real_connect(MYSQL *mysql,const char *host, const char *user,
{
/*
By sending this very specific reply server asks us to send scrambled
- password in old format. The reply contains scramble_323.
+ password in old format.
*/
scramble_323(buff, mysql->scramble, passwd);
if (my_net_write(net, buff, SCRAMBLE_LENGTH_323 + 1) || net_flush(net))