mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN".
This commit is contained in:
parent
bbcc89ecd3
commit
c7002ffed5
1 changed files with 1 additions and 1 deletions
|
|
@ -769,7 +769,7 @@ ldap_host_connected_to( Sockbuf *sb, const char *host )
|
|||
char *herr;
|
||||
#ifdef NI_MAXHOST
|
||||
char hbuf[NI_MAXHOST];
|
||||
#elif defined( MAXHOSTNAMELEN
|
||||
#elif defined( MAXHOSTNAMELEN )
|
||||
char hbuf[MAXHOSTNAMELEN];
|
||||
#else
|
||||
char hbuf[256];
|
||||
|
|
|
|||
Loading…
Reference in a new issue