summaryrefslogtreecommitdiffstats
path: root/src/stats-mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats-mode.c')
-rw-r--r--src/stats-mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats-mode.c b/src/stats-mode.c
index 20efc95..de53751 100644
--- a/src/stats-mode.c
+++ b/src/stats-mode.c
@@ -84,7 +84,7 @@ static int local_handler_stats(int fd, int type, void *data)
cache_flush(STATE_STATS(cache));
break;
case KILL:
- killer();
+ killer(0);
break;
case STATS:
cache_stats(STATE_STATS(cache), fd);