aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 12:38:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 12:38:51 +0000
commit8a52fcaa55bc547321ef779c6e9bb1672dd83585 (patch)
treed818553fd22633d804a769db9e565718b977fc53 /src/core
parentabcc76b4f868ce6e8e8ff4b058c800ad1119474a (diff)
downloadgnunet-8a52fcaa55bc547321ef779c6e9bb1672dd83585.tar.gz
gnunet-8a52fcaa55bc547321ef779c6e9bb1672dd83585.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 4ab371a39..4f650b909 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -2173,7 +2173,7 @@ process_plaintext_neighbour_queue (struct Neighbour *n)
2173#if DEBUG_CORE_QUOTA 2173#if DEBUG_CORE_QUOTA
2174 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2174 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2175 "Sending %u b/s as new limit to peer `%4s'\n", 2175 "Sending %u b/s as new limit to peer `%4s'\n",
2176 (unsigned int) ntohl (n->bw_in.rel_value__), 2176 (unsigned int) ntohl (n->bw_in.value__),
2177 GNUNET_i2s (&n->peer)); 2177 GNUNET_i2s (&n->peer));
2178#endif 2178#endif
2179 ph->iv_seed = htonl (GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_NONCE, UINT32_MAX)); 2179 ph->iv_seed = htonl (GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_NONCE, UINT32_MAX));