summaryrefslogtreecommitdiffstats
path: root/lib/ldaputil/ldapdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldaputil/ldapdb.c')
-rw-r--r--lib/ldaputil/ldapdb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ldaputil/ldapdb.c b/lib/ldaputil/ldapdb.c
index a126c169..478b4f8c 100644
--- a/lib/ldaputil/ldapdb.c
+++ b/lib/ldaputil/ldapdb.c
@@ -171,7 +171,10 @@ ldapu_gethostbyaddr( const char *addr, int length, int type,
LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
void *extradata )
{
+ /* old code did this which was clearly wrong:
return( (LDAPHostEnt *)PR_GetError() );
+ which leads me to believe this is not used */
+ return( NULL );
}
#endif /* LDAP_OPT_DNS_FN_PTRS */