diff options
author | unknown <kostja@oak.local> | 2003-07-31 15:47:00 +0400 |
---|---|---|
committer | unknown <kostja@oak.local> | 2003-07-31 15:47:00 +0400 |
commit | 2c3cba310aa401842996a52abdbde95bb950fcc5 (patch) | |
tree | 1696ed1e7e66db7b3240e3849aff93381c3d1f94 /sql-common | |
parent | 4df473b81c92be37364abaa83b0bafe21fc135a4 (diff) | |
download | mariadb-git-2c3cba310aa401842996a52abdbde95bb950fcc5.tar.gz |
merge commit
sql-common/client.c:
comment fix
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 2 |
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)) |