mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Added line to #include "ldap_pvt.h". Part of Mingw32 support.
See README 1.27 log.
This commit is contained in:
parent
8efb675f3e
commit
2395c6c23c
@ -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);
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <ac/string.h>
|
||||
#include <ac/socket.h>
|
||||
|
||||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
|
||||
int
|
||||
|
@ -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,
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <ac/string.h>
|
||||
#include <ac/socket.h>
|
||||
|
||||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
|
||||
int
|
||||
|
@ -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);
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <ac/socket.h>
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
|
||||
int
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <ac/string.h>
|
||||
#include <ac/socket.h>
|
||||
|
||||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user