Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
f2ddf89e
Commit
f2ddf89e
authored
Mar 26, 2021
by
Howard Chu
Browse files
ITS#8847 more fallout from ldap_pvt_sockaddrstr move
parent
e6bf5795
Changes
4
Hide whitespace changes
Inline
Side-by-side
libraries/liblber/debug.c
View file @
f2ddf89e
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include "ldap_log.h"
#include "ldap_log.h"
#include "ldap_defaults.h"
#include "ldap_defaults.h"
#include "lber.h"
#include "lber.h"
#include "ldap_pvt.h"
static
FILE
*
log_file
=
NULL
;
static
FILE
*
log_file
=
NULL
;
static
int
debug_lastc
=
'\n'
;
static
int
debug_lastc
=
'\n'
;
...
...
libraries/libldap/ftest.c
View file @
f2ddf89e
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include <ac/stdlib.h>
#include <ac/stdlib.h>
#include <ac/string.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/unistd.h>
#include <ac/socket.h>
#include <stdio.h>
#include <stdio.h>
...
...
libraries/liblutil/passwd.c
View file @
f2ddf89e
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#include <ac/string.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/unistd.h>
#include <ac/param.h>
#include <ac/param.h>
#include <ac/socket.h>
#ifdef SLAPD_CRYPT
#ifdef SLAPD_CRYPT
# include <ac/crypt.h>
# include <ac/crypt.h>
...
...
libraries/liblutil/sasl.c
View file @
f2ddf89e
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#include <ac/stdlib.h>
#include <ac/stdlib.h>
#include <ac/string.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/unistd.h>
#include <ac/socket.h>
#ifdef HAVE_SASL_SASL_H
#ifdef HAVE_SASL_SASL_H
#include <sasl/sasl.h>
#include <sasl/sasl.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment