From: Jeff Trawick Date: Wed, 31 Jul 2002 15:43:15 +0000 (+0000) Subject: fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4202d5fee3e67e2e37c67ee50afe8622c32bc17d;p=apache 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 --- diff --git a/include/util_ldap.h b/include/util_ldap.h index 8c689ce338..9469d44a6f 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 */