mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Manual merge.
This commit is contained in:
@ -272,7 +272,7 @@ create_unix_socket(struct sockaddr_un &unix_socket_address)
|
||||
|
||||
unix_socket_address.sun_family= AF_UNIX;
|
||||
strmake(unix_socket_address.sun_path, Options::Main::socket_file_name,
|
||||
sizeof(unix_socket_address.sun_path));
|
||||
sizeof(unix_socket_address.sun_path) - 1);
|
||||
unlink(unix_socket_address.sun_path); // in case we have stale socket file
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user