From faea76e8bc626549f4d338a3bf22e466336264ca Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 20 Jun 2009 20:07:33 +0200 Subject: conntrackd: rename `-s queue' option by `-s rsqueue' This patch renames the statistics option that displays the content of the resend queue which is used by the ftfw mode. Signed-off-by: Pablo Neira Ayuso --- src/sync-ftfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sync-ftfw.c') diff --git a/src/sync-ftfw.c b/src/sync-ftfw.c index e026b1c..e7c9af2 100644 --- a/src/sync-ftfw.c +++ b/src/sync-ftfw.c @@ -226,7 +226,7 @@ static int ftfw_local(int fd, int type, void *data) dlog(LOG_NOTICE, "sending bulk update"); cache_iterate(STATE_SYNC(internal), NULL, do_cache_to_tx); break; - case STATS_QUEUE: + case STATS_RSQUEUE: ftfw_local_queue(fd); break; default: -- cgit v1.2.3