GNUNET_CONTAINER_MULTIHASHMAPOPTION_REPLACE);
}
GNUNET_free (scopes_tmp);
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "VATTRS: %s\n", v_attrs);
scopes_tmp = GNUNET_strdup (v_attrs);
for (scope = strtok (scopes_tmp, ","); NULL != scope; scope = strtok (NULL, ","))
im->nonce = htonl (nonce);
im->expiration = GNUNET_TIME_absolute_hton (expiration);
GNUNET_memcpy (&im[1], scopes, strlen(scopes));
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "VATTRAPI: %s\n", vattr);
if (NULL != vattr)
GNUNET_memcpy ((char*)&im[1]+strlen(scopes)+1, vattr, strlen(vattr));
GNUNET_CONTAINER_DLL_insert_tail (id->op_head,