From: Jelte Jansen Date: Fri, 22 Aug 2008 10:18:45 +0000 (+0000) Subject: added a tidbit of subtle, but important information X-Git-Tag: release-1.4.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21222b2e71eeee3bbe47e213b1d85a7dec1a3ca;p=thirdparty%2Fldns.git added a tidbit of subtle, but important information --- diff --git a/ldns/dname.h b/ldns/dname.h index 9f4227af..85ab5871 100644 --- a/ldns/dname.h +++ b/ldns/dname.h @@ -115,7 +115,8 @@ void ldns_dname2canonical(const ldns_rdf *rdf); /** * test wether the name sub falls under parent (i.e. is a subdomain - * of parent. + * of parent). This function will return false if the given dnames are + * equal. * \param[in] sub the name to test * \param[in] parent the parent's name * \return true if sub falls under parent, otherwise false