From: Kurt Zeilenga Date: Mon, 30 Oct 2000 17:19:52 +0000 (+0000) Subject: Minor cleanup of last commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1672 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df24c61f054546bfc96edb66a86b7f1c1d4607e0;p=openldap Minor cleanup of last commit --- diff --git a/include/ldap.h b/include/ldap.h index 4b77324e55..fdab31c649 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -511,15 +511,15 @@ typedef struct ldap_friendly { * types for ldap URL handling */ typedef struct ldap_url_desc { - struct ldap_url_desc *lud_next; - char *lud_scheme; - char *lud_host; - int lud_port; - char *lud_dn; - char **lud_attrs; - int lud_scope; - char *lud_filter; - char **lud_exts; + struct ldap_url_desc *lud_next; + char *lud_scheme; + char *lud_host; + int lud_port; + char *lud_dn; + char **lud_attrs; + int lud_scope; + char *lud_filter; + char **lud_exts; int lud_crit_exts; } LDAPURLDesc;