aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 425aed439..732d67386 100644
--- a/src/util.c
+++ b/src/util.c
@@ -749,8 +749,6 @@ close_log (struct config_file *cfg)
msg_err ("close_log: error syncing log file: %s", strerror (errno));
}
fclose (cfg->logf);
- /* XXX: I think this is not needed */
- close (cfg->log_fd);
}
break;
}