fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 9 Jul 2010 12:36:44 +0000 (12:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 9 Jul 2010 12:36:44 +0000 (12:36 +0000)
src/fs/fs_publish.c

index 2a0778b344438c8fd0e34b3f986b0d345a016153..bd5a9ebd6e574f16b98e928c65b766ebcd9a45f0 100644 (file)
@@ -1061,7 +1061,7 @@ fip_signal_start(void *cls,
     {
       left = (left + DBLOCK_SIZE - 1) / DBLOCK_SIZE;
       sc->reserve_entries += left;
-      if (left == 1)
+      if (left <= 1)
        break;
       left = left * sizeof (struct ContentHashKey);
       sc->reserve_space += left;