diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-07-23 09:15:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-07-23 09:15:39 +0200 |
commit | c1937d3ac5ccabcf093ac2be64017c7b49beeb29 (patch) | |
tree | 329ece6b46d2e2f8117e3e084fd03acb3ffbb110 /libdane | |
parent | ed0eab62f5e0ac107d995d09e4f035526396b7af (diff) | |
download | gnutls-c1937d3ac5ccabcf093ac2be64017c7b49beeb29.tar.gz |
doc updategnutls_3_3_6
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/dane.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdane/dane.c b/libdane/dane.c index 8c8ab35f44..a2de1f0dd2 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -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. |