diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-09-08 12:17:58 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-09-08 12:17:58 +0000 |
commit | be1306a6c29cd9bfc0892dd6ccfd6dcb9decaa0b (patch) | |
tree | 975be4106c6ad51f18f167669c534da701d297ca | |
parent | e9160a31e04601beabdcba68a2fa0d051ac78398 (diff) |
Update comment reflecting structure change.
-rw-r--r-- | lib/ldap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index 87d321def..23af7e52b 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -541,8 +541,10 @@ static bool unescape_elements (void *data, LDAPURLDesc *ludp) * * <hostname> already known from 'conn->host.name'. * <port> already known from 'conn->remote_port'. - * extract the rest from 'conn->path+1'. All fields are optional. e.g. - * ldap://<hostname>:<port>/?<attributes>?<scope>?<filter> yields ludp->lud_dn = "". + * extract the rest from 'conn->data->reqdata.path+1'. All fields are optional. + * e.g. + * ldap://<hostname>:<port>/?<attributes>?<scope>?<filter> + * yields ludp->lud_dn = "". * * Ref. http://developer.netscape.com/docs/manuals/dirsdk/csdk30/url.htm#2831915 */ |