]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update gnutls_3_3_6
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Jul 2014 07:15:39 +0000 (09:15 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Jul 2014 07:15:39 +0000 (09:15 +0200)
libdane/dane.c

index 8c8ab35f44d3360803c62005235386a4fa2f02fd..a2de1f0dd2aadfa3c6a94dfc90e869458d0e4c51 100644 (file)
@@ -148,9 +148,9 @@ dane_query_data(dane_query_t q, unsigned int idx,
  * response.
  *
  * The pointers dane_data and dane_data_len are allocated with gnutls_malloc()
- * to contain a copy of the data from the query result structure (individual
- * rdata items are not allocated separately). The returned data are only valid
- * during the lifetime of @q.
+ * to contain the data from the query result structure (individual
+ * @dane_data items simply point to the original data and are not allocated separately).
+ * The returned @dane_data are only valid during the lifetime of @q.
  *
  * Returns: On success, %DANE_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.