From 369a532132e9c9f19e0dd07d2e2c554c92c70f67 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 15 Jan 2008 13:04:16 +0000 Subject: Max Kellermann : fix wrong invocations after prototype cleanup --- src/stats-mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stats-mode.c') 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); -- cgit v1.2.3