"</container> without matching <container> section", where
container is VirtualHost or Directory or whatever.
This was a path not covered by the fix in 2.0a4 to report
the proper line numbers (sorry!).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85585
13f79535-47bb-0310-9956-
ffa450edef68
(*current) = ap_add_node(curr_parent, *current, newdir, 1);
}
else if (*curr_parent == NULL) {
+ parms->err_directive = newdir;
return ap_pstrcat(p, cmd_name,
" without matching <", cmd_name + 2,
" section", NULL);