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

Fix test case for CONC-741

This commit is contained in:
Georg Richter
2024-11-30 07:28:34 +01:00
parent 6a55b15520
commit cc68f677ca

View File

@@ -1662,7 +1662,7 @@ static int test_disable_tls1_0(MYSQL *my __attribute__((unused)))
return OK;
}
static int test_null_handles(MYSQL *)
static int test_null_handles(MYSQL *mysql __attribute__((unused)))
{
mysql_close(NULL);
mysql_stmt_close(NULL);