summaryrefslogtreecommitdiff
path: root/libdane/dane.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdane/dane.c')
-rw-r--r--libdane/dane.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdane/dane.c b/libdane/dane.c
index 2ba9499cc6..8c1f3b0c47 100644
--- a/libdane/dane.c
+++ b/libdane/dane.c
@@ -344,7 +344,8 @@ void dane_query_deinit(dane_query_t q)
* and the result is due to a security failure, bogus is true.
*
* This function will fill in the TLSA (DANE) structure from
- * the given raw DNS record data.
+ * the given raw DNS record data. The @dane_data must be valid
+ * during the lifetime of the query.
*
* Returns: On success, %DANE_E_SUCCESS (0) is returned, otherwise a
* negative error value.