Loading CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0.18-dev *) Clean up the reporting of incorrect closing container tags. [Barrie Slaymaker <barries@slaysys.com>] *) Simplify the configure process by moving all libtool stuff to APR and moving hints.m4 inline. [Roy Fielding] Loading server/config.c +7 −0 Original line number Diff line number Diff line Loading @@ -809,6 +809,13 @@ static const char * ap_build_config_sub(apr_pool_t *p, apr_pool_t *temp_pool, return NULL; } if ( cmd_name[1] != '/' ) { char *lastc = cmd_name + strlen(cmd_name) - 1; if (*lastc == '>') { *lastc = '\0' ; } } newdir = apr_pcalloc(p, sizeof(ap_directive_t)); newdir->filename = parms->config_file->name; newdir->line_num = parms->config_file->line_number; Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0.18-dev *) Clean up the reporting of incorrect closing container tags. [Barrie Slaymaker <barries@slaysys.com>] *) Simplify the configure process by moving all libtool stuff to APR and moving hints.m4 inline. [Roy Fielding] Loading
server/config.c +7 −0 Original line number Diff line number Diff line Loading @@ -809,6 +809,13 @@ static const char * ap_build_config_sub(apr_pool_t *p, apr_pool_t *temp_pool, return NULL; } if ( cmd_name[1] != '/' ) { char *lastc = cmd_name + strlen(cmd_name) - 1; if (*lastc == '>') { *lastc = '\0' ; } } newdir = apr_pcalloc(p, sizeof(ap_directive_t)); newdir->filename = parms->config_file->name; newdir->line_num = parms->config_file->line_number; Loading