mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Kill duplicate fclose()
This commit is contained in:
@@ -164,8 +164,6 @@ logger_reinit(void)
|
||||
|
||||
if (logfile)
|
||||
{
|
||||
fclose(logfile);
|
||||
|
||||
fp = fopen(logfilename, "a");
|
||||
if (!fp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user