aboutsummaryrefslogtreecommitdiff
path: root/src/credential/plugin_gnsrecord_credential.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/plugin_gnsrecord_credential.c')
-rw-r--r--src/credential/plugin_gnsrecord_credential.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/credential/plugin_gnsrecord_credential.c b/src/credential/plugin_gnsrecord_credential.c
index 93d8b8e83..ff95ec119 100644
--- a/src/credential/plugin_gnsrecord_credential.c
+++ b/src/credential/plugin_gnsrecord_credential.c
@@ -166,9 +166,6 @@ credential_string_to_value (void *cls,
166 s); 166 s);
167 return GNUNET_SYSERR; 167 return GNUNET_SYSERR;
168 } 168 }
169 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
170 "Found %s, %s, %s, %s, %s\n",
171 issuer_pkey, name, subject_pkey, signature, expiration);
172 *data_size = sizeof (struct GNUNET_CREDENTIAL_CredentialRecordData) + strlen (name) + 1; 169 *data_size = sizeof (struct GNUNET_CREDENTIAL_CredentialRecordData) + strlen (name) + 1;
173 *data = cred = GNUNET_malloc (*data_size); 170 *data = cred = GNUNET_malloc (*data_size);
174 GNUNET_CRYPTO_ecdsa_public_key_from_string (subject_pkey, 171 GNUNET_CRYPTO_ecdsa_public_key_from_string (subject_pkey,