misc fixes
[oweals/gnunet.git] / src / ats-tests / ats-testing-log.c
index 61aca6b18d338de5875b910c2b4d6891b7e9dd7d..6e8e3bd13c15eec6217e86e7712ebf1b6262f028 100644 (file)
@@ -693,7 +693,7 @@ GNUNET_ATS_TEST_logging_now (struct LoggingHandle *l)
      else
      {
        mlt->total_throughput_send = mult * mlt->total_bytes_sent;
-       mlt->total_throughput_send = mult * mlt->total_bytes_received;
+       mlt->total_throughput_recv = mult * mlt->total_bytes_received;
      }
 
     if (GNUNET_YES == l->verbose)