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
Shawn McKinney
OpenLDAP
Commits
1ca3c43c
Commit
1ca3c43c
authored
Jan 18, 2000
by
Kurt Zeilenga
Browse files
Remove TCPD/RLOOKUP interdependency
parent
850bfb9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
1ca3c43c
...
...
@@ -9,6 +9,7 @@ Changes included in OpenLDAP 1.2.9
Build Environment
Rebuild configure
Added support for db1 vs db2 with glibc 2.1
Removed TCPD and RLOOKUP interdependecy (ITS#419)
Changes included in OpenLDAP 1.2.8
CVS Tag: OPENLDAP_REL_ENG_1_2_8
...
...
servers/slapd/daemon.c
View file @
1ca3c43c
...
...
@@ -269,7 +269,7 @@ slapd_daemon(
char
*
s
;
client_addr
=
inet_ntoa
(
from
.
sin_addr
);
#if
def
ined(
SLAPD_RLOOKUPS
) || defined(HAVE_TCPD)
#ifdef
SLAPD_RLOOKUPS
hp
=
gethostbyaddr
(
(
char
*
)
&
(
from
.
sin_addr
),
sizeof
(
from
.
sin_addr
),
AF_INET
);
...
...
Write
Preview
Supports
Markdown
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