diff options
author | kostja@oak.local <> | 2003-07-31 15:47:00 +0400 |
---|---|---|
committer | kostja@oak.local <> | 2003-07-31 15:47:00 +0400 |
commit | ce691c7c61392a75313a129a83800c93b3f13f01 (patch) | |
tree | 1696ed1e7e66db7b3240e3849aff93381c3d1f94 /sql-common | |
parent | 715f8747d49bec27ae4948e74e18247dc4e9d52b (diff) | |
download | mariadb-git-ce691c7c61392a75313a129a83800c93b3f13f01.tar.gz |
merge commit
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)) |