mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR->HAVE_HSTRERROR
This commit is contained in:
parent
a4e0331f89
commit
3d8aceab81
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ int ldap_pvt_gethostbyname_a(
|
|||
#endif
|
||||
}
|
||||
|
||||
#if !defined( GETNAMEINFO ) && !defined( HAVE_HERROR )
|
||||
#if !defined( HAVE_GETNAMEINFO ) && !defined( HAVE_HSTRERROR )
|
||||
static const char *
|
||||
hp_strerror( int err )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue