]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Update comment reflecting structure change.
authorGisle Vanem <gvanem@broadpark.no>
Fri, 8 Sep 2006 12:17:58 +0000 (12:17 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Fri, 8 Sep 2006 12:17:58 +0000 (12:17 +0000)
lib/ldap.c

index 87d321defaccca92fecfa1161a4727bc0c658960..23af7e52b24dcddd5f699464c07268d0220cb755 100644 (file)
@@ -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
  */