Skip to content
Snippets Groups Projects
Commit a16943d6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Per ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD

parent 34fe70cc
Branches
Tags
No related merge requests found
......@@ -589,7 +589,7 @@ slapd_daemon_task(
#else
struct sockaddr_in from;
#endif /* LDAP_PF_LOCAL */
#if defined(SLAPD_RLOOKUPS) || defined(HAVE_TCPD)
#if defined(SLAPD_RLOOKUPS)
struct hostent *hp;
#endif
struct timeval zero;
......@@ -793,7 +793,7 @@ slapd_daemon_task(
peeraddr != NULL ? peeraddr : "unknown",
(unsigned) ntohs( from.sin_port ) );
#if defined(SLAPD_RLOOKUPS) || defined(HAVE_TCPD)
#if defined(SLAPD_RLOOKUPS)
hp = gethostbyaddr( (char *)
&(from.sin_addr),
sizeof(from.sin_addr), AF_INET );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment