-allow test to pass
[oweals/gnunet.git] / src / nse / test_nse_multipeer.c
index ec83e3e8aa736544ff249afb72115de09e981cac..13307425ca18221dfb01f9226fd6852eb1a700d7 100644 (file)
@@ -19,7 +19,6 @@
 */
 /**
  * @file nse/test_nse_multipeer.c
- *
  * @brief Testcase for the network size estimation service.  Starts
  *        a peergroup with a given number of peers, then waits to
  *        receive size estimates from each peer.  Expects to wait
@@ -105,6 +104,7 @@ handle_estimate (void *cls, struct GNUNET_TIME_Absolute timestamp,
           estimate, std_dev,
            GNUNET_NSE_log_estimate_to_n (estimate), 
           NUM_PEERS);
+  ok = 0;
 }