mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix for bug #3359. Bad named pipe name.
sql/mysqld.cc: Fix for bug #3359. Bad named pipe name
This commit is contained in:
parent
0aa510bbdf
commit
987cd628c1
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ static void server_init(void)
|
|||
|
||||
pipe_name[sizeof(pipe_name)-1]= 0; /* Safety if too long string */
|
||||
strxnmov(pipe_name, sizeof(pipe_name)-1, "\\\\.\\pipe\\",
|
||||
mysql_unix_port, NullS);
|
||||
mysqld_unix_port, NullS);
|
||||
bzero((char*) &saPipeSecurity, sizeof(saPipeSecurity));
|
||||
bzero((char*) &sdPipeDescriptor, sizeof(sdPipeDescriptor));
|
||||
if (!InitializeSecurityDescriptor(&sdPipeDescriptor,
|
||||
|
|
Loading…
Add table
Reference in a new issue