From: Kurt Zeilenga Date: Thu, 6 Jun 2002 04:07:40 +0000 (+0000) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_0_24~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb56c41fdfe05b8c532971007e8b48c6c4c2442d;p=thirdparty%2Fopenldap.git Fix typo --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 96c9dbcfa3..0475a59f46 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -543,7 +543,7 @@ connection_destroy( Connection *c ) c->c_peer_domain = NULL; } if(c->c_peer_name != NULL) { -#ifdef LDAP_PF_lOCAL +#ifdef LDAP_PF_LOCAL /* * If peer was a domain socket, unlink. Mind you, * they may be un-named. Should we leave this to