mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Minor cleanup
This commit is contained in:
parent
e9342bc7a9
commit
962e351271
3 changed files with 10 additions and 2 deletions
|
|
@ -255,6 +255,10 @@ SOURCE=..\..\include\ldap_pvt_uc.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\ldap_queue.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\ldap_schema.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
|
|
@ -264,6 +264,10 @@ SOURCE=..\..\include\ldap_pvt_uc.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\ldap_queue.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\ldap_schema.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ monitor_subsys_conn_init(
|
|||
"objectClass: top\n"
|
||||
"objectClass: LDAPsubEntry\n"
|
||||
#ifdef SLAPD_MONITORSUBENTRY
|
||||
"objectClass: monitorSubEntry\n"
|
||||
"objectClass: monitor\n"
|
||||
#else /* !SLAPD_MONITORSUBENTRY */
|
||||
"objectClass: extensibleObject\n"
|
||||
#endif /* !SLAPD_MONITORSUBENTRY */
|
||||
|
|
@ -333,7 +333,7 @@ conn_create(
|
|||
connection_state2str( c->c_conn_state ),
|
||||
c->c_sasl_bind_in_progress ? "S" : "",
|
||||
|
||||
c->c_cdn.bv_val ? c->c_cdn.bv_val : SLAPD_ANONYMOUS,
|
||||
c->c_cdn.bv_len ? c->c_cdn.bv_val : SLAPD_ANONYMOUS,
|
||||
|
||||
c->c_listener_url,
|
||||
c->c_peer_domain,
|
||||
|
|
|
|||
Loading…
Reference in a new issue