mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
This commit is contained in:
commit
972c1573d1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ my_string ip_to_hostname(struct in_addr *in, uint *errors)
|
|||
that attempted to connect during the outage) unable to connect
|
||||
indefinitely.
|
||||
*/
|
||||
if (tmp_errno == HOST_NOT_FOUND || tmp_error == NO_DATA)
|
||||
if (tmp_errno == HOST_NOT_FOUND || tmp_errno == NO_DATA)
|
||||
add_wrong_ip(in);
|
||||
my_gethostbyname_r_free();
|
||||
DBUG_RETURN(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue