Skip to content

Commit 22a3fd8

Browse files
committed
apr_ldap: Remove second attempt to typedef apr_ldap_t.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1924621 13f79535-47bb-0310-9956-ffa450edef68
1 parent 83075b9 commit 22a3fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ldap/apr_ldap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#define TO_BV_LEN(a) (a)
7575
#endif
7676

77-
typedef struct apr_ldap_t {
77+
struct apr_ldap_t {
7878
apr_pool_t *pool;
7979
#if !APR_HAS_OPENLDAP_LDAPSDK
8080
const char *uri;
@@ -88,7 +88,7 @@ typedef struct apr_ldap_t {
8888
LDAPControl **clientctrls;
8989
apu_err_t err;
9090
apr_status_t status;
91-
} apr_ldap_t;
91+
};
9292

9393

9494
typedef struct apr_ldap_prepare_t {

0 commit comments

Comments
 (0)