]> granicus.if.org Git - curl/commit
ldap: fix the build for systems with ldap_url_parse()
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Sep 2013 22:01:52 +0000 (00:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Sep 2013 07:39:08 +0000 (09:39 +0200)
commit857f999353f333d458f4ebb7de48fed864a4badb
tree7657cec7b0782ed4e0e7783f6c9f326422fab4d8
parent6d9cddc513cdc4561afe5965ffcc5066c0c8b583
ldap: fix the build for systems with ldap_url_parse()

Make sure that the custom struct fields are only used by code that
doesn't use a struct defintion from the outside.

Attempts to fix the problem introduced in 3dc6fc42bfc61b
lib/ldap.c