]> git.sur5r.net Git - openldap/commitdiff
Minor cleanup
authorKurt Zeilenga <kurt@openldap.org>
Mon, 7 Jan 2002 21:22:38 +0000 (21:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 7 Jan 2002 21:22:38 +0000 (21:22 +0000)
libraries/libldap/libldap.dsp
libraries/libldap_r/libldap_r.dsp
servers/slapd/back-monitor/conn.c

index 5548eff5ceb463a7f379bf463fb60b5a33e58fed..7a6c4546975d75c5d6b05139422cd2b1e2f4d821 100644 (file)
@@ -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
index 46a235863a3373ab1ea779fd7b55b6fbec7e3f8a..a9a1870c4197159dc8eb76d2fa5162e3a7d2d86d 100644 (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
index c18f7bb475ba66e606147fa06ae73720c72920f6..3ec040ed9232b632dd1cca36f0db5ec8497c1f79 100644 (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,