fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 27 Jul 2011 14:20:10 +0000 (14:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 27 Jul 2011 14:20:10 +0000 (14:20 +0000)
src/nse/gnunet-service-nse.c

index 3d980ca26ae04eed46f6671d496b9c8a54c1ea1c..ab54f868173329e87fc3da90ae1af154234c1b02 100644 (file)
@@ -1066,6 +1066,8 @@ handle_p2p_size_estimate(void *cls,
          peer_entry->previous_round = GNUNET_YES;
        } 
     }
+  if (matching_bits == ntohl (size_estimate_messages[idx].matching_bits))
+    return GNUNET_OK;
   if (matching_bits <= ntohl (size_estimate_messages[idx].matching_bits)) 
     {
       if ( (idx < estimate_index) &&