Commit 9895d79a authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Merge r1756846 from trunk:

Remove unused typedef uthn_dbd_conf
Submitted by: jailletc36
Reviewed/backported by: jim


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1759468 13f79535-47bb-0310-9956-ffa450edef68
parent f2d32073
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -138,12 +138,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: jailletc36, jchampion, covener

   * mod_authn_dbd: Remove an unused structure
     trunk patch: http://svn.apache.org/r1756846
     2.4.x patch: trunk works
     +1: jailletc36, jchampion, covener


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

+0 −5
Original line number Diff line number Diff line
@@ -34,11 +34,6 @@ typedef struct {
    const char *realm;
} authn_dbd_conf;

typedef struct {
    const char *label;
    const char *query;
} authn_dbd_rec;

/* optional function - look it up once in post_config */
static ap_dbd_t *(*authn_dbd_acquire_fn)(request_rec*) = NULL;
static void (*authn_dbd_prepare_fn)(server_rec*, const char*, const char*) = NULL;