summaryrefslogtreecommitdiffstats
path: root/src/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.c')
-rw-r--r--src/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status.c b/src/status.c
index 80ce203..f6ab09f 100644
--- a/src/status.c
+++ b/src/status.c
@@ -208,6 +208,7 @@ static void dump_status(int fd) {
}
}
+/** Deletes the status socket file */
static void unlink_status_socket(void) {
if (!conf.status_socket || ctx.status_fd.fd < 0)
return;