mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fixed usage of putenv() on windows (in not normally used code)
This commit is contained in:
parent
74b73109c1
commit
c771f85e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ static void my_win_init(void)
|
|||
|
||||
/* Inserisce i dati come variabili d'ambiente */
|
||||
my_env=strdup(EnvString); /* variable for putenv must be allocated ! */
|
||||
putenv(EnvString) ;
|
||||
putenv(my_env) ;
|
||||
|
||||
dimNameValueBuffer = dimName ;
|
||||
dimDataValueBuffer = dimData ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue