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

fix issue with IM that causes commandlines that are executed to be incorrect.

This commit is contained in:
reggie@big_geek.
2005-10-25 09:29:39 -05:00
parent c88f0e9c19
commit 2e637a0b36

View File

@ -180,7 +180,8 @@ static int start_process(Instance_options *instance_options,
char *cmdline= new char[cmdlen];
if (cmdline == NULL)
return 1;
cmdline[0]= 0;
for (int i= 0; instance_options->argv[i] != 0; i++)
{
strcat(cmdline, "\"");