From: Gisle Vanem Date: Fri, 8 Sep 2006 12:17:58 +0000 (+0000) Subject: Update comment reflecting structure change. X-Git-Tag: curl-7_16_0~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be1306a6c29cd9bfc0892dd6ccfd6dcb9decaa0b;p=thirdparty%2Fcurl.git Update comment reflecting structure change. --- diff --git a/lib/ldap.c b/lib/ldap.c index 87d321defa..23af7e52b2 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -541,8 +541,10 @@ static bool unescape_elements (void *data, LDAPURLDesc *ludp) * * already known from 'conn->host.name'. * already known from 'conn->remote_port'. - * extract the rest from 'conn->path+1'. All fields are optional. e.g. - * ldap://:/??? yields ludp->lud_dn = "". + * extract the rest from 'conn->data->reqdata.path+1'. All fields are optional. + * e.g. + * ldap://:/??? + * yields ludp->lud_dn = "". * * Ref. http://developer.netscape.com/docs/manuals/dirsdk/csdk30/url.htm#2831915 */