mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 19:42:31 -05:00
Kill duplicate fclose()
This commit is contained in:
parent
5887cc2e27
commit
11f6b1e78f
@ -164,8 +164,6 @@ logger_reinit(void)
|
|||||||
|
|
||||||
if (logfile)
|
if (logfile)
|
||||||
{
|
{
|
||||||
fclose(logfile);
|
|
||||||
|
|
||||||
fp = fopen(logfilename, "a");
|
fp = fopen(logfilename, "a");
|
||||||
if (!fp)
|
if (!fp)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user