]> granicus.if.org Git - apache/commitdiff
fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL
authorJeff Trawick <trawick@apache.org>
Wed, 31 Jul 2002 15:43:15 +0000 (15:43 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 31 Jul 2002 15:43:15 +0000 (15:43 +0000)
PR:                10324

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96260 13f79535-47bb-0310-9956-ffa450edef68

include/util_ldap.h

index 8c689ce3386cb54817ea15f001ee7f0c96362b7a..9469d44a6fd9c383a0c91fd1032d5cc12c06d7e9 100644 (file)
@@ -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 */