From c7002ffed53a412377ac0a1e6c6b19f3e79f7a28 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 16 Nov 2008 22:52:56 +0000 Subject: [PATCH] ITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN". --- libraries/libldap/os-ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.5