mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1
into hegel.local:/home/miguel/bk/mysql-4.1
This commit is contained in:
commit
d17e85b764
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,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…
Reference in a new issue