1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Minor tweak to fix the Netware portability to libmysqld

This commit is contained in:
venu@myvenu.com
2003-02-20 15:40:58 -08:00
parent 6974eb41b3
commit b049692710

View File

@ -386,7 +386,7 @@ mysql_init(MYSQL *mysql)
} }
void STDCALL mysql_once_init() void mysql_once_init()
{ {
if (!mysql_client_init) if (!mysql_client_init)
{ {