mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:10:29 +00:00
expand comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -326,8 +326,8 @@ struct cmd_parms_struct {
|
||||
/** directive with syntax error */
|
||||
const ap_directive_t *err_directive;
|
||||
|
||||
/** If the current directive is EXEC_ON_READ, this is the
|
||||
enclosing directive */
|
||||
/** If the current directive is EXEC_ON_READ, this is the last
|
||||
(non-EXEC_ON_READ) enclosing directive */
|
||||
ap_directive_t *parent;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user