mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Minor cleanup
This commit is contained in:
parent
e9342bc7a9
commit
962e351271
@ -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 New Issue
Block a user