char *pkey;
if (data_size != sizeof (struct GNUNET_CONVERSATION_PhoneRecord))
+ {
+ GNUNET_break_op (0);
return NULL;
+ }
pr = data;
- if (0 != ntohl (pr->version))
+ if (1 != ntohl (pr->version))
+ {
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ _("PHONE version %u not supported\n"),
+ ntohl (pr->version));
return NULL;
+ }
pkey = GNUNET_CRYPTO_eddsa_public_key_to_string (&pr->peer.public_key);
s = GNUNET_STRINGS_data_to_string_alloc (&pr->line_port,
sizeof (struct GNUNET_HashCode));
size_t *data_size)
{
if (NULL == s)
+ {
+ GNUNET_break (0);
return GNUNET_SYSERR;
+ }
switch (type)
{
case GNUNET_GNSRECORD_TYPE_PHONE:
static void *data;
/**
- * Number of bytes in 'data'.
+ * Number of bytes in #data.
*/
static size_t data_size;
if (GNUNET_OK !=
GNUNET_CRYPTO_ecdsa_public_key_from_string (reverse_pkey,
- strlen (reverse_pkey),
- &pubkey))
+ strlen (reverse_pkey),
+ &pubkey))
{
fprintf (stderr,
_("Invalid public key for reverse lookup `%s'\n"),
ret = 1;
return;
}
- add_qe_uri = GNUNET_NAMESTORE_set_nick(ns,
- &zone_pkey,
- nickstring,
- &add_continuation,
- &add_qe_uri);
+ add_qe_uri = GNUNET_NAMESTORE_set_nick (ns,
+ &zone_pkey,
+ nickstring,
+ &add_continuation,
+ &add_qe_uri);
}
if (monitor)
{