aboutsummaryrefslogtreecommitdiff
path: root/src/ats-test
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/ats-test
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/ats-test')
-rw-r--r--src/ats-test/test_transport_ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-test/test_transport_ats.c b/src/ats-test/test_transport_ats.c
index 0d16cd1b8..1c920fb59 100644
--- a/src/ats-test/test_transport_ats.c
+++ b/src/ats-test/test_transport_ats.c
@@ -148,7 +148,7 @@ iterate_sections (void *cls, const char *section)
148 if (99 == strlen (section)) 148 if (99 == strlen (section))
149 { 149 {
150 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Peer '%s`\n", section); 150 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Peer '%s`\n", section);
151 GNUNET_HashCode h; 151 struct GNUNET_HashCode h;
152 int res = GNUNET_CRYPTO_hash_from_string (section, &h); 152 int res = GNUNET_CRYPTO_hash_from_string (section, &h);
153 153
154 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "HASH '%s` %i\n", GNUNET_h2s (&h), res); 154 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "HASH '%s` %i\n", GNUNET_h2s (&h), res);