mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 01:19:52 +03:00
Merge pull request #1245 from dnobori/201130_fix_bad_remove
Found the bad remove for lock files.
This commit is contained in:
commit
bf1201aa26
@ -799,7 +799,6 @@ void *UnixNewSingleInstance(char *instance_name)
|
||||
if (fcntl(fd, F_SETLK, &lock) == -1)
|
||||
{
|
||||
close(fd);
|
||||
(void)remove(name);
|
||||
return NULL;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user