From 4202d5fee3e67e2e37c67ee50afe8622c32bc17d Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 31 Jul 2002 15:43:15 +0000 Subject: [PATCH] fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL PR: 10324 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96260 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_ldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util_ldap.h b/include/util_ldap.h index 8c689ce3386..9469d44a6fd 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -105,7 +105,7 @@ typedef struct util_ldap_connection_t { const char *bindpw; /* Password to bind to server (can be NULL) */ int netscapessl; /* True if use Netscape SSL connection */ - const char *certtdb; /* Path to Netscape CA database */ + const char *certdb; /* Path to Netscape CA database */ int starttls; /* True if StartTLS is enabled */ int withtls; /* True if StartTLS on this connection */