diff options
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 |
commit | 369a532132e9c9f19e0dd07d2e2c554c92c70f67 (patch) | |
tree | cae30551e044315d489a0e6d14db06ffc894090d /src/stats-mode.c | |
parent | ba364998484de5a3ed37b843a8e34eacb2a21953 (diff) | |
download | conntrack-tools-369a532132e9c9f19e0dd07d2e2c554c92c70f67.tar.gz conntrack-tools-369a532132e9c9f19e0dd07d2e2c554c92c70f67.zip |
Max Kellermann <max@duempel.org>:
fix wrong invocations after prototype cleanup
Diffstat (limited to 'src/stats-mode.c')
-rw-r--r-- | src/stats-mode.c | 2 |
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); |