From b92d868c6cc1f895233eecd7d912a75bd3275e1b Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 5 Oct 2008 18:28:54 +0200 Subject: [PATCH] Oops. Signed-off-by: Florent Bruneau --- postlicyd/tst-rbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postlicyd/tst-rbl.c b/postlicyd/tst-rbl.c index 9cafae1..b48a90d 100644 --- a/postlicyd/tst-rbl.c +++ b/postlicyd/tst-rbl.c @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) if (argc > 1) { rbldb_t *db = rbldb_create(argv[1], false); printf("loaded: %s, %d ips, %d o\n", argv[1], rbldb_stats(db), - rbldb_stats(db) * 1 + 65536 * sizeof(A(uint16_t))); + rbldb_stats(db) * 2 + 65536 * sizeof(A(uint16_t))); time_t now = time(NULL); for (uint32_t i = 0 ; i < 1000000000 ; ++i) { -- 2.20.1