mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
consistently use HSTRERROR (ITS#4124)
This commit is contained in:
parent
3d60d71ad2
commit
9c056f95fe
@ -303,7 +303,7 @@ int ldap_pvt_get_hname(
|
||||
rc = 0;
|
||||
} else {
|
||||
rc = h_errno;
|
||||
*err = (char *)hp_strerror( h_errno );
|
||||
*err = (char *)HSTRERROR( h_errno );
|
||||
}
|
||||
#if defined( LDAP_R_COMPILE )
|
||||
ldap_pvt_thread_mutex_unlock( &ldap_int_resolv_mutex );
|
||||
|
Loading…
Reference in New Issue
Block a user