Skip to content

Commit

Permalink
correct signature
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jul 5, 2016
1 parent 6ee76a5 commit bcf927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_log_rotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static void *merge_log_options(apr_pool_t *p, void *basev, void *addv) {
/* map into the first apache */
static int log_rotate_post_config( apr_pool_t * p, apr_pool_t * plog, apr_pool_t * ptemp, server_rec * s)
{
ap_add_version_component(p, "mod_log_rotate/1.01");
ap_add_version_component(p, "mod_log_rotate/1.02");
return OK;
}

Expand Down

0 comments on commit bcf927e

Please sign in to comment.