From 2c3cba310aa401842996a52abdbde95bb950fcc5 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 31 Jul 2003 15:47:00 +0400 Subject: merge commit sql-common/client.c: comment fix --- sql-common/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-common/client.c') 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)) -- cgit v1.2.1