]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Jun 2002 04:07:40 +0000 (04:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Jun 2002 04:07:40 +0000 (04:07 +0000)
servers/slapd/connection.c

index 96c9dbcfa39b88dc4c9ac1413ef22f0cd1202779..0475a59f46a868edd2aaf3fafe4a8d0a202222ef 100644 (file)
@@ -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