]> git.sur5r.net Git - openldap/commitdiff
Added line to #include "ldap_pvt.h". Part of Mingw32 support.
authorHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 07:13:33 +0000 (07:13 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 07:13:33 +0000 (07:13 +0000)
See README 1.27 log.

servers/slapd/add.c
servers/slapd/bind.c
servers/slapd/compare.c
servers/slapd/delete.c
servers/slapd/modify.c
servers/slapd/modrdn.c
servers/slapd/search.c

index 930608c763e50ef96181e89d39b068f78bb45125..1516066f58d2f498dc20ca8b9dfc66c2b9a687c6 100644 (file)
@@ -23,6 +23,7 @@
 #include <ac/time.h>
 #include <ac/socket.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"
 
 static int     add_created_attrs(Operation *op, Entry *e);
index 9650d62b012a89f0fccc2ad25459e70cced7441c..3be31a9ad39820a85e8eb43c24929a641548f2aa 100644 (file)
@@ -24,6 +24,7 @@
 #include <ac/string.h>
 #include <ac/socket.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"
 
 int
index d47d854cb0581c8994bfe5b1f3dc530b58bcf13e..86bdaff74dbb2dced9e1b1ac5a735fbec6f34802 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <ac/socket.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"
 
 int
@@ -66,7 +67,6 @@ do_compare(
 
        ndn = ch_strdup( dn );
 
-
        if( dn_normalize( ndn ) == NULL ) {
                Debug( LDAP_DEBUG_ANY, "do_compare: invalid dn (%s)\n", dn, 0, 0 );
                send_ldap_result( conn, op, rc = LDAP_INVALID_DN_SYNTAX, NULL,
index 08c05ab8117b058c6388d4adab4b8b97d7aedf49..a50b59212c6a57cf3c319facbd19b362a81864a2 100644 (file)
@@ -22,6 +22,7 @@
 #include <ac/string.h>
 #include <ac/socket.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"
 
 int
index 0ab325d8edb61280cdc5b52812e5788da9455449..6ac98f292d3d7910d0116d1c87e33252338cc4cd 100644 (file)
@@ -23,6 +23,7 @@
 #include <ac/string.h>
 #include <ac/time.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"
 
 static void    modlist_free(LDAPModList *ml);
index a849af2cbeff682944962e44703898a3fb1257f6..2292789beade64a18981fa747a49a95453e683c7 100644 (file)
@@ -35,6 +35,7 @@
 #include <ac/socket.h>
 #include <ac/string.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"
 
 int
index 1e133321282fce7f82dd6709d7db8fad5020f46f..233da67a2d46193bcd2332fc0de9f980d23fc6f9 100644 (file)
@@ -18,6 +18,7 @@
 #include <ac/string.h>
 #include <ac/socket.h>
 
+#include "ldap_pvt.h"
 #include "slap.h"