mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
post-review fixes
This commit is contained in:
@@ -163,7 +163,7 @@ void Listener_thread::run()
|
||||
unix_socket_address.sun_family= AF_UNIX;
|
||||
strmake(unix_socket_address.sun_path, options.socket_file_name,
|
||||
sizeof(unix_socket_address.sun_path));
|
||||
unlink(unix_socket_address.sun_path); // in case we have stale socket file
|
||||
unlink(unix_socket_address.sun_path); /* in case we have stale socket file */
|
||||
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user