summaryrefslogtreecommitdiffstats
path: root/src/stats-mode.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-15 13:04:16 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-15 13:04:16 +0000
commit369a532132e9c9f19e0dd07d2e2c554c92c70f67 (patch)
treecae30551e044315d489a0e6d14db06ffc894090d /src/stats-mode.c
parentba364998484de5a3ed37b843a8e34eacb2a21953 (diff)
Max Kellermann <max@duempel.org>:
fix wrong invocations after prototype cleanup
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);