diff options
author | Andreas Ebner <pansy007@googlemail.com> | 2019-08-04 13:52:03 +0200 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-10-07 12:16:50 +0200 |
commit | 15b0d71a635f02f5e0291a695d35a65698fdea05 (patch) | |
tree | 5afc234a0ce848019d1098f3852fde06f14dcd98 /src/credential/plugin_gnsrecord_credential.c | |
parent | 93cd93a1330fb38add615f797ac9a87fc252ff98 (diff) |
Clean up and renaming
- renamed a lot of variables/functions that no longer serve credential but delegate
- correct printouts likewise
- cleaned up test_credential_own.sh to use credential service issuer side storage
- removed credential related parameters from VerifyRequestHandle struct
Diffstat (limited to 'src/credential/plugin_gnsrecord_credential.c')
-rw-r--r-- | src/credential/plugin_gnsrecord_credential.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/credential/plugin_gnsrecord_credential.c b/src/credential/plugin_gnsrecord_credential.c index 90cd2f46a..784c7def1 100644 --- a/src/credential/plugin_gnsrecord_credential.c +++ b/src/credential/plugin_gnsrecord_credential.c @@ -79,9 +79,7 @@ credential_value_to_string (void *cls, { subject_pkey = GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key); - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "%d len attr\n", - set[i].subject_attribute_len); + if (0 == set[i].subject_attribute_len) { if (0 == i) |