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

Added missing break in mysql_get_infov

This commit is contained in:
Georg Richter
2017-09-08 12:18:37 +02:00
parent 6604a4bdaa
commit 453a88c7d4

View File

@@ -3872,6 +3872,7 @@ my_bool STDCALL mariadb_get_infov(MYSQL *mysql, enum mariadb_value value, void *
*((unsigned long *)arg)= mysql->client_flag;
else
goto error;
break;
default:
va_end(ap);
return(-1);