mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 15:54:57 +03:00
Found the bad remove for lock files.
This commit is contained in:
@ -799,7 +799,6 @@ void *UnixNewSingleInstance(char *instance_name)
|
||||
if (fcntl(fd, F_SETLK, &lock) == -1)
|
||||
{
|
||||
close(fd);
|
||||
(void)remove(name);
|
||||
return NULL;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user