Oops.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 5 Oct 2008 16:28:54 +0000 (18:28 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 5 Oct 2008 16:28:54 +0000 (18:28 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
postlicyd/tst-rbl.c

index 9cafae1..b48a90d 100644 (file)
@@ -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) {