mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Minor cleanup of last commit
This commit is contained in:
parent
fdbd1ded93
commit
df24c61f05
1 changed files with 9 additions and 9 deletions
|
|
@ -511,15 +511,15 @@ typedef struct ldap_friendly {
|
||||||
* types for ldap URL handling
|
* types for ldap URL handling
|
||||||
*/
|
*/
|
||||||
typedef struct ldap_url_desc {
|
typedef struct ldap_url_desc {
|
||||||
struct ldap_url_desc *lud_next;
|
struct ldap_url_desc *lud_next;
|
||||||
char *lud_scheme;
|
char *lud_scheme;
|
||||||
char *lud_host;
|
char *lud_host;
|
||||||
int lud_port;
|
int lud_port;
|
||||||
char *lud_dn;
|
char *lud_dn;
|
||||||
char **lud_attrs;
|
char **lud_attrs;
|
||||||
int lud_scope;
|
int lud_scope;
|
||||||
char *lud_filter;
|
char *lud_filter;
|
||||||
char **lud_exts;
|
char **lud_exts;
|
||||||
int lud_crit_exts;
|
int lud_crit_exts;
|
||||||
} LDAPURLDesc;
|
} LDAPURLDesc;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue