Loading STATUS +0 −6 Original line number Diff line number Diff line Loading @@ -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 ] Loading modules/aaa/mod_authn_dbd.c +0 −5 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
STATUS +0 −6 Original line number Diff line number Diff line Loading @@ -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 ] Loading
modules/aaa/mod_authn_dbd.c +0 −5 Original line number Diff line number Diff line Loading @@ -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; Loading