From fb56c41fdfe05b8c532971007e8b48c6c4c2442d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 6 Jun 2002 04:07:40 +0000 Subject: [PATCH] Fix typo --- servers/slapd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2