From: Hallvard Furuseth Date: Sun, 16 Nov 2008 22:52:56 +0000 (+0000) Subject: ITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN". X-Git-Tag: ACLCHECK_0~1086 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c7002ffed53a412377ac0a1e6c6b19f3e79f7a28;p=openldap ITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN". --- diff --git a/libraries/libldap/os-ip.c b/libraries/libldap/os-ip.c index 4092b742fa..55636aaece 100644 --- a/libraries/libldap/os-ip.c +++ b/libraries/libldap/os-ip.c @@ -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];