Merge branch 'shm_log_fix' into develop
This commit is contained in:
@ -2217,10 +2217,10 @@ static bool logfile_init(
|
|||||||
/** Found similarly named file which isn't writable */
|
/** Found similarly named file which isn't writable */
|
||||||
if (!writable ||
|
if (!writable ||
|
||||||
file_is_symlink(logfile->lf_full_file_name))
|
file_is_symlink(logfile->lf_full_file_name))
|
||||||
{
|
{
|
||||||
nameconflicts = true;
|
unlink(logfile->lf_full_file_name);
|
||||||
goto file_create_fail;
|
nameconflicts = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user