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

Fix miscellaneous typos

This commit is contained in:
Vasilii Lakhin
2025-07-13 18:42:30 +03:00
parent c58dce932a
commit 40be423f08
23 changed files with 39 additions and 39 deletions

View File

@@ -471,7 +471,7 @@ my_bool ma_tls_connect(MARIADB_TLS *ctls)
mysql= (MYSQL *)SSL_get_app_data(ssl);
pvio= mysql->net.pvio;
/* Set socket to non blocking if not already set */
/* Set socket to non-blocking if not already set */
if (!(blocking= pvio->methods->is_blocking(pvio)))
pvio->methods->blocking(pvio, FALSE, 0);