1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Typo fixed

This commit is contained in:
Oleksandr Byelkin
2019-10-31 06:06:39 +01:00
parent 947357354a
commit 980f2dbea6

View File

@@ -1230,7 +1230,7 @@ mysql_real_connect(MYSQL *mysql, const char *host, const char *user,
break;
}
}
if (!ny && !(client_flag & CLIENT_REMEMBER_OPTIONS))
if (!my && !(client_flag & CLIENT_REMEMBER_OPTIONS))
mysql_close_options(mysql);
return my;
}